bodySmall property

  1. @override
TextStyle get bodySmall
override

Small body text for captions, metadata, and secondary information

Implementation

@override
TextStyle get bodySmall =>
    TextStyle(fontSize: 12.sp, fontStyle: FontStyle.normal);