RDropdownItemTokens constructor
const
RDropdownItemTokens({
- required TextStyle textStyle,
- required Color foregroundColor,
- required Color backgroundColor,
- required Color highlightBackgroundColor,
- required Color selectedBackgroundColor,
- required Color disabledForegroundColor,
- required EdgeInsetsGeometry padding,
- required double minHeight,
- required Color selectedMarkerColor,
Implementation
const RDropdownItemTokens({
required this.textStyle,
required this.foregroundColor,
required this.backgroundColor,
required this.highlightBackgroundColor,
required this.selectedBackgroundColor,
required this.disabledForegroundColor,
required this.padding,
required this.minHeight,
required this.selectedMarkerColor,
});