xl2 property

Text xl2

Sets textScaleFactor to twice extra large i.e. 1.5

Implementation

Text get xl2 => _copyWith(textScaleFactor: 1.5);