size method

VText size(
  1. double s
)

Sets the font size.

Implementation

VText size(double s) => copyWithStyle(TextStyle(fontSize: s));