SettingsScreen constructor

SettingsScreen(
  1. {String title = 'Settings',
  2. @required List<Widget> children}
)

Implementation

SettingsScreen({
  this.title = 'Settings',
  @required this.children,
});