PlatformSettingsScreen constructor

PlatformSettingsScreen({
  1. Key? key,
  2. required String title,
  3. required List<PlatformSettingsWidgetBase> children,
})

Implementation

PlatformSettingsScreen({
  Key? key,
  required String title,
  required this.children,
}) :
super(key: key, title: title);