Utilities for controlling the font size of a Text widget.
Center( child: Text( 'Hello World', style: TextStyle( fontSize: StiloFontSize.xl4, ), ), )