ResponsiveFormFieldButton<T> constructor
const
ResponsiveFormFieldButton<T> ({
- Key? key,
- dynamic onSaved(
- T?
- String validator(
- T?
- dynamic onChanged(
- T?
- String? labelText,
- String? hintText,
- double fontSize = 26,
- T? value,
- IconData icon = Icons.arrow_drop_down,
- dynamic onIconTap()?,
- TextStyle? textStyle,
- TextStyle? errorStyle,
- TextStyle? labelStyle,
- TextStyle? hintStyle,
- required List<
DropdownMenuItem< items,T> >
Implementation
const ResponsiveFormFieldButton({
Key? key,
this.onSaved,
this.validator,
this.onChanged,
this.labelText,
this.hintText,
this.fontSize = 26,
this.value,
this.icon = Icons.arrow_drop_down,
this.onIconTap,
this.textStyle,
this.errorStyle,
this.labelStyle,
this.hintStyle,
required this.items,
}) : super(key: key);