|
|
|
@ -200,7 +200,7 @@ class _NewTextFieldsState extends State<NewTextFields> {
|
|
|
|
autofocus: widget.autoFocus ?? false,
|
|
|
|
autofocus: widget.autoFocus ?? false,
|
|
|
|
validator: widget.validator,
|
|
|
|
validator: widget.validator,
|
|
|
|
onSaved: widget.onSaved,
|
|
|
|
onSaved: widget.onSaved,
|
|
|
|
style: Theme.of(context).textTheme.body2!.copyWith(
|
|
|
|
style: Theme.of(context).textTheme.bodyText1!.copyWith(
|
|
|
|
fontSize: widget.fontSize,
|
|
|
|
fontSize: widget.fontSize,
|
|
|
|
fontWeight: widget.fontWeight,
|
|
|
|
fontWeight: widget.fontWeight,
|
|
|
|
color: Color(0xFF575757),
|
|
|
|
color: Color(0xFF575757),
|
|
|
|
|