labelSmall property

  1. @override
TextStyle get labelSmall
override

Small labels for tags, status indicators, and compact UI elements

Implementation

@override
TextStyle get labelSmall =>
    TextStyle(fontSize: 12.sp, fontWeight: FontWeight.w500);