TextAreaBorderBottom constructor
const
TextAreaBorderBottom({
- Key? key,
- IconData? icon,
- IconData? suffix,
- int maxLength = 100,
- int maxLines = 10,
- int minLines = 1,
- bool isObsecure = false,
- String? label,
- String? textHint,
- String? textError,
- String? validatorText = "",
- TextInputType? inputType = TextInputType.text,
- TextEditingController? controller,
- FormFieldValidator<
String> ? validator, - TextInputAction? inputAction,
- FontWeight? fontWeight,
- dynamic onFieldSubmitted()?,
- bool enable = true,
- bool autofocus = false,
- FocusNode? focusNode,
- dynamic onChanged()?,
- VoidCallback? onTap,
- double? borderRadius,
- Color? borderColor,
- List<
BoxShadow> ? boxShadow, - double? padding,
- double? margin,
- bool borderBottom = true,
- Color? color = Colors.transparent,
- List<
TextInputFormatter> ? inputFormatters,
Implementation
const TextAreaBorderBottom({
Key? key,
this.icon,
this.suffix,
this.maxLength = 100,
this.maxLines = 10,
this.minLines = 1,
this.isObsecure = false,
this.label,
this.textHint,
this.textError,
this.validatorText = "",
this.inputType = TextInputType.text,
this.controller,
this.validator,
this.inputAction,
this.fontWeight,
this.onFieldSubmitted,
this.enable = true,
this.autofocus = false,
this.focusNode,
this.onChanged,
this.onTap,
this.borderRadius,
this.borderColor,
this.boxShadow,
this.padding,
this.margin,
this.borderBottom = true,
this.color = Colors.transparent,
this.inputFormatters
}) : super(key: key);