CardInput constructor
const
CardInput({
- Key? key,
- int maxLines = 5,
- int maxLength = 50,
- bool enable = true,
- String? defalutValue,
- String? hintText,
- dynamic onChange()?,
- TextStyle? textStyle,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? contentPadding,
- double? height,
- Decoration? decoration,
- InputDecoration? inputDecoration,
- dynamic onDispose()?,
- dynamic onFocusChange()?,
Implementation
const CardInput({
Key? key,
this.maxLines = 5,
this.maxLength = 50,
this.enable = true,
this.defalutValue,
this.hintText,
this.onChange,
this.textStyle,
this.margin,
this.contentPadding,
this.height,
this.decoration,
this.inputDecoration,
this.onDispose,
this.onFocusChange,
}) : super(key: key);