bodyMedium property

  1. @override
TextStyle get bodyMedium
override

Medium body text for standard content and descriptions

Implementation

@override
TextStyle get bodyMedium =>
    TextStyle(fontSize: 14.sp, fontWeight: FontWeight.w400);