MiniloTextField constructor
const
MiniloTextField({
- Key? key,
- String label = 'Label name',
- TextEditingController? controller,
- String? placeholder,
- bool enabled = true,
- bool active = false,
- bool showRequiredMark = false,
- TextInputType? keyboardType,
- ValueChanged<
String> ? onChanged, - double width = 343,
- double height = 52,
- Widget? trailing,
Implementation
const MiniloTextField({
super.key,
this.label = 'Label name',
this.controller,
this.placeholder,
this.enabled = true,
this.active = false,
this.showRequiredMark = false,
this.keyboardType,
this.onChanged,
this.width = 343,
this.height = 52,
this.trailing,
});