RDropdownItemTokens constructor

const RDropdownItemTokens({
  1. required TextStyle textStyle,
  2. required Color foregroundColor,
  3. required Color backgroundColor,
  4. required Color highlightBackgroundColor,
  5. required Color selectedBackgroundColor,
  6. required Color disabledForegroundColor,
  7. required EdgeInsetsGeometry padding,
  8. required double minHeight,
  9. 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,
});