RRulePickerTextFieldThemeData constructor
const
RRulePickerTextFieldThemeData({
- TextStyle? style,
- 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});