RRulePickerDropdownThemeData constructor
const
RRulePickerDropdownThemeData({
- bool? showUnderline,
- TextStyle? style,
- BoxDecoration? decoration,
Creates a new RRulePickerDropdownThemeData with the provided styling options.
All parameters are optional and can be null, in which case default values will be used.
Implementation
const RRulePickerDropdownThemeData({
this.showUnderline,
this.style,
this.decoration,
this.menuItemStyle,
this.menuItemDecoration,
});