cachedTextStyle property
Cached TextStyle to avoid re-allocating new objects on every textStyle() call
Implementation
late final TextStyle cachedTextStyle = TextStyle(
color: color,
fontSize: fontSize,
fontWeight: fontWeight,
fontStyle: fontStyle,
fontFamily: fontFamily,
);