hugeTitle top-level property
getter/setter pair
Text styles used in the application.
Implementation
TextStyle hugeTitle = TextStyle(
color: backgroundColor,
fontWeight: FontWeight.bold,
fontSize: 80,
);
Text styles used in the application.
TextStyle hugeTitle = TextStyle(
color: backgroundColor,
fontWeight: FontWeight.bold,
fontSize: 80,
);