AppTextField constructor
const
AppTextField({
- Key? key,
- dynamic onChanged(
- String? value
- bool isVerticalAlign = true,
- String? title,
- TextEditingController? controller,
- TextStyle? contentStyle,
- TextStyle? labelStyle,
- int? maxLines,
- bool autoFocus = false,
- EdgeInsets contentPadding = InputConstants.contentPadding,
Implementation
const AppTextField(
{super.key,
this.onChanged,
this.isVerticalAlign = true,
this.title,
this.controller,
this.contentStyle,
this.labelStyle,
this.maxLines,
this.autoFocus = false,
this.contentPadding = InputConstants.contentPadding});