titleMedium property

  1. @override
TextStyle get titleMedium
override

Medium titles for app bars, dialog titles, and content sections

Implementation

@override
TextStyle get titleMedium =>
    TextStyle(fontSize: 18.sp, fontWeight: FontWeight.w600);