SettingsTile constructor
const
SettingsTile({
- Key? key,
- required String title,
- Icon? icon,
- String subTitle = "",
- bool? showChevron,
- VoidCallback? onTap,
- EditType editType = EditType.text,
- VoidCallback? onEditingComplete,
- Function? onChanged,
- String androidDialogMessage = "",
- ListEditTypeView? listEditTypeView,
Implementation
const SettingsTile({
Key? key,
required this.title,
this.icon,
this.subTitle = "",
this.showChevron,
this.onTap,
this.editType = EditType.text,
this.onEditingComplete,
this.onChanged,
this.androidDialogMessage = "",
this.listEditTypeView,
}) : super(key: key);