Creates a base TextStyle with the specified font size.
Example:
Text('Hello World', style: 16.text)
TextStyle get text => TextStyle(fontSize: toDouble());