CustomInputTheme constructor
const
CustomInputTheme({
- TextStyle? style,
- TextStyle? placeholderStyle,
- Color? cursorColor,
- double? cursorWidth,
- double? cursorHeight,
- Radius? cursorRadius,
- bool? cursorOpacityAnimates,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? inputPadding,
- AlignmentGeometry? alignment,
- AlignmentGeometry? placeholderAlignment,
- MainAxisAlignment? mainAxisAlignment,
- CrossAxisAlignment? crossAxisAlignment,
- double gap = 8.0,
- double verticalGap = 0.0,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? scrollbarPadding,
- BoxDecoration? decoration,
- BoxDecoration? focusedDecoration,
- BoxDecoration? disabledDecoration,
Creates a CustomInputTheme.
Implementation
const CustomInputTheme({
this.style,
this.placeholderStyle,
this.cursorColor,
this.cursorWidth,
this.cursorHeight,
this.cursorRadius,
this.cursorOpacityAnimates,
this.padding,
this.inputPadding,
this.alignment,
this.placeholderAlignment,
this.mainAxisAlignment,
this.crossAxisAlignment,
this.gap = 8.0,
this.verticalGap = 0.0,
this.constraints,
this.scrollbarPadding,
this.decoration,
this.focusedDecoration,
this.disabledDecoration,
});