PickerDecoration constructor
const
PickerDecoration({
- double? width,
- double? height,
- TextStyle? textStyle,
- TextAlign? textAlign,
- bool? showCursor,
- Color? cursorColor,
- double? cursorWidth,
- double? cursorHeight,
- Radius? cursorRadius,
- TextStyle? weekTextStyle,
- Color? cursorErrorColor,
- HeaderTheme? headerTheme,
- bool? enableInteractiveSelection,
- PickerTheme? pickerTheme,
Implementation
const PickerDecoration({
this.width,
this.height,
this.textStyle,
this.textAlign,
this.showCursor,
this.cursorColor,
this.cursorWidth,
this.cursorHeight,
this.cursorRadius,
this.weekTextStyle,
this.menuDecoration,
this.cursorErrorColor,
this.headerTheme,
this.enableInteractiveSelection,
this.pickerTheme,
});