TLCardTextFieldStyle constructor
const
TLCardTextFieldStyle({
- Color color = const Color(0xFFF7F8FA),
- Color shadowColor = Colors.transparent,
- double elevation = 0.0,
- ShapeBorder? shape,
- double? radius,
- EdgeInsetsGeometry margin = EdgeInsets.zero,
- Clip clipBehavior = Clip.hardEdge,
- int? inputMaxLength,
- double? minHeight,
- double? maxHeight,
- String? hintDisabledText,
- TLTextFieldStyle? textFieldStyle,
Implementation
const TLCardTextFieldStyle({
this.color = const Color(0xFFF7F8FA),
this.shadowColor = Colors.transparent,
this.elevation = 0.0,
this.shape,
this.radius,
this.margin = EdgeInsets.zero,
this.clipBehavior = Clip.hardEdge,
this.inputMaxLength,
this.minHeight,
this.maxHeight,
this.hintDisabledText,
this.textFieldStyle,
});