fontSize method

void fontSize(
  1. double fontSize
)

Implementation

void fontSize(double fontSize) => _textModel.fontSize = fontSize;