MacosTextFieldThemeData constructor

const MacosTextFieldThemeData({
  1. BoxDecoration? decoration,
  2. BoxDecoration? focusedDecoration,
  3. EdgeInsets? padding,
  4. TextStyle? placeholderStyle,
  5. TextStyle? style,
  6. StrutStyle? strutStyle,
  7. TextAlign? textAlign,
  8. TextAlignVertical? textAlignVertical,
  9. String? obscuringCharacter,
  10. SmartDashesType? smartDashesType,
  11. SmartQuotesType? smartQuotesType,
  12. double? cursorWidth,
  13. double? cursorHeight,
  14. Radius? cursorRadius,
  15. Color? cursorColor,
  16. Color? selectionColor,
  17. BoxHeightStyle? selectionHeightStyle,
  18. BoxWidthStyle? selectionWidthStyle,
  19. EdgeInsets? scrollPadding,
})

Implementation

const MacosTextFieldThemeData({
  this.decoration,
  this.focusedDecoration,
  this.padding,
  this.placeholderStyle,
  this.style,
  this.strutStyle,
  this.textAlign,
  this.textAlignVertical,
  this.obscuringCharacter,
  this.smartDashesType,
  this.smartQuotesType,
  this.cursorWidth,
  this.cursorHeight,
  this.cursorRadius,
  this.cursorColor,
  this.selectionColor,
  this.selectionHeightStyle,
  this.selectionWidthStyle,
  this.scrollPadding,
});