fontSize method

Text fontSize(
  1. double size
)

Implementation

Text fontSize(double size) => _applyStyle(TextStyle(fontSize: size));