ModalSettingsTile<T> constructor
- {@required String title,
- String subtitle = '',
- List<
Widget> children, - bool enabled = true,
- Widget leading,
- bool showConfirmation,
- VoidCallback onCancel,
- OnConfirmedCallback onConfirm}
Implementation
ModalSettingsTile({
@required this.title,
this.subtitle = '',
this.children,
this.enabled = true,
this.leading,
this.showConfirmation,
this.onCancel,
this.onConfirm,
});