largeTitle top-level property
Implementation
TextStyle largeTitle = const TextStyle(
fontSize: 36,
fontWeight: FontWeight.w900,
color: Colors.black,
);
TextStyle largeTitle = const TextStyle(
fontSize: 36,
fontWeight: FontWeight.w900,
color: Colors.black,
);