Search code examples
flutterstylessizereturn-valuefont-size

How to edit style of output text of return statement in Flutter?


How can I change the font size of the return value? Or what other method can I do?

My codes and value


Solution

  • InputDecoration class has a property named errorStyle.

    You can set fontSize from there.

    https://api.flutter.dev/flutter/material/InputDecoration/errorStyle.html