fontSize method

T fontSize(
  1. double size
)

Implementation

T fontSize(final double size) => copyWith(style: (style ?? const TextStyle()).copyWith(fontSize: size)) as T;