EufemiaTextStyleExtensions extension
An extension that converts internal values from Eufemia to Flutter-friendly values.
Methods
-
loadPredefined(
BuildContext context, {EufemiaTypographyData typography}) → EufemiaTextStyle -
Returns the predefined style of this
EufemiaTextStyle
from eithercontext
ortypopgraphy
. Both cannot be set. -
toTextStyle(
BuildContext context, {EufemiaTypographyData typography}) → TextStyle -
Returns a Flutter
TextStyle
from thisEufemiaTextStyle
.