size method

ThemedText size(
  1. double v
)

Implementation

ThemedText size(double v) => textless(TextStyle(fontSize: v));