RRulePickerHeaderThemeData constructor

const RRulePickerHeaderThemeData({
  1. bool? showHeader,
  2. TextStyle? style,
})

Creates a new RRulePickerHeaderThemeData with the provided styling options.

All parameters are optional and can be null, in which case default values will be used.

Implementation

const RRulePickerHeaderThemeData({this.showHeader, this.style});