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