ProfilesDialogPage constructor

const ProfilesDialogPage(
  1. {required List<String> models,
  2. required String initialModel,
  3. Key? key}
)

Create an instance of this page.

Implementation

const ProfilesDialogPage({
  required this.models,
  required this.initialModel,
  super.key,
});