MacosTextFieldThemeData.raw constructor

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

Implementation

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