RRulePickerTextFieldThemeData constructor

const RRulePickerTextFieldThemeData({
  1. TextStyle? style,
  2. InputDecoration? decoration,
})

Creates a new RRulePickerTextFieldThemeData with the provided styling options.

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

Implementation

const RRulePickerTextFieldThemeData({this.style, this.decoration});