displayLarge property

  1. @override
TextStyle get displayLarge
override

Largest display style for hero sections and major headlines

Implementation

@override
TextStyle get displayLarge =>
    TextStyle(fontSize: 36.sp, fontWeight: FontWeight.bold);