fsize method

TextStyle fsize(
  1. double fz
)

font size

Implementation

TextStyle fsize(double fz) => copyWith(fontSize: fz);