fontSize method
Implementation
T fontSize(double size) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
fontSize: size,
),
);
T fontSize(double size) => this.copyWith(
style: (this.style ?? TextStyle()).copyWith(
fontSize: size,
),
);