labelLarge property

  1. @override
TextStyle get labelLarge
override

Large labels for buttons, navigation items, and prominent CTAs

Implementation

@override
TextStyle get labelLarge =>
    TextStyle(fontSize: 16.sp, fontWeight: FontWeight.w700);