TextListTile constructor
const
TextListTile({
- required String value,
- required ValueChanged<
String> onChanged, - required String header,
- List<
Widget> actions = const [], - String? title,
- String? labelText,
- FormFieldValidator<
String?> ? validator, - bool autofocus = false,
- GestureLongPressCallback? onLongPress,
- Key? key,
Create an instance.
Implementation
const TextListTile({
required this.value,
required this.onChanged,
required this.header,
this.actions = const [],
this.title,
this.labelText,
this.validator,
this.autofocus = false,
this.onLongPress,
super.key,
});