How can I change the font size of the return value? Or what other method can I do?
InputDecoration class has a property named errorStyle.
InputDecoration
errorStyle
You can set fontSize from there.
https://api.flutter.dev/flutter/material/InputDecoration/errorStyle.html