hugeTitle top-level property

TextStyle hugeTitle
getter/setter pair

Text styles used in the application.

Implementation

TextStyle hugeTitle = TextStyle(
  color: backgroundColor,
  fontWeight: FontWeight.bold,
  fontSize: 80,
);