size static method

TextStyle size(
  1. double size
)

Implementation

static TextStyle size(double size) => fontSize(size);