DropdownFieldTheme constructor
const
DropdownFieldTheme({
- TextStyle? textStyle,
- WidgetStateProperty<
Color?> ? textColor, - InputDecorationThemeData? decorationTheme,
- TextOverflow? textOverflow,
- int? maxLines,
- TextStyle? selectedTextStyle,
- int? selectedMaxLines,
- Widget? moreIcon,
Implementation
const DropdownFieldTheme({
super.textStyle,
super.textColor,
super.decorationTheme,
this.textOverflow,
this.maxLines,
this.selectedTextStyle,
this.selectedMaxLines,
this.moreIcon,
});