glassTextStyle top-level property

TextStyle glassTextStyle
getter/setter pair

Implementation

TextStyle glassTextStyle = TextStyle(
  fontWeight: FontWeight.bold,
  color: Colors.white.withOpacity(0.5),
);