fontSize method

Text fontSize(
  1. double fontSize
)

Sets fontSize to this text

Implementation

Text fontSize(double fontSize) =>
    _copyWith(style: TextStyle(fontSize: fontSize));