TextBoxLabel constructor Null safety
- {Key? key,
- required String? label,
- required String? hint,
- required String? errorText,
- double? radius,
- Color? accent = Colors.blue,
- TextInputType inputType = TextInputType.text,
- bool obscure = false,
- required ValueChanged<
String> ? onSaved}
Implementation
const TextBoxLabel({Key? key, required this.label, required this.hint, required this.errorText, this.radius, this.accent = Colors.blue, this.inputType = TextInputType.text, this.obscure = false, required this.onSaved}) : super(key: key);