PickerDecoration constructor

const PickerDecoration({
  1. double? width,
  2. double? height,
  3. TextStyle? textStyle,
  4. TextAlign? textAlign,
  5. bool? showCursor,
  6. Color? cursorColor,
  7. double? cursorWidth,
  8. double? cursorHeight,
  9. Radius? cursorRadius,
  10. TextStyle? weekTextStyle,
  11. Decoration? menuDecoration,
  12. Color? cursorErrorColor,
  13. HeaderTheme? headerTheme,
  14. bool? enableInteractiveSelection,
  15. 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,
});