CustomTextInput constructor
const
CustomTextInput({
- Key? key,
- String? label,
- TextStyle? style,
- TextStyle? labelStyle,
- required TextEditingController editingController,
Implementation
const CustomTextInput(
{Key? key,
this.label,
this.style,
this.labelStyle,
required this.editingController})
: super(key: key);