RRulePickerThemeData constructor
const
RRulePickerThemeData({
- TextStyle? labelStyle,
- EdgeInsetsGeometry? padding,
- RRulePickerHeaderThemeData? headerTheme,
- RRulePickerDropdownThemeData? dropdownTheme,
- RRulePickerDropdownThemeData? topDropdownTheme,
- RRulePickerTextFieldThemeData? textFieldTheme,
- ButtonStyle? segmentedButtonStyle,
- ButtonStyle? splitSegmentedButtonStyle,
Creates a new RRulePickerThemeData with the provided styling options.
All parameters are optional and can be null, in which case default values will be used.
Implementation
const RRulePickerThemeData({
this.labelStyle,
this.padding,
this.headerTheme,
this.dropdownTheme,
this.topDropdownTheme,
this.textFieldTheme,
this.segmentedButtonStyle,
this.splitSegmentedButtonStyle,
});