AppTextField constructor
const
AppTextField({
- Key? key,
- String label = "",
- TextEditingController? controller,
- String? hintText,
- ValueChanged<
String> ? onChanged, - bool isLabelVisible = false,
- String? initialValue,
Implementation
const AppTextField({
super.key,
this.label = "",
this.controller,
this.hintText,
this.onChanged,
this.isLabelVisible = false, String? initialValue,
});