For this you have to use InputDecoration
TextFormField(
decoration: InputDecoration(
errorStyle: TextStyle(
fontSize: 16.0,
),
),
...
)
For this you have to use InputDecoration
TextFormField(
decoration: InputDecoration(
errorStyle: TextStyle(
fontSize: 16.0,
),
),
...
)