smallLabel property

  1. @override
TextStyle get smallLabel
override

Label piccola — Inter Regular 12px, colore secondario

Implementation

@override
TextStyle get smallLabel => _text(12, weight: FontWeight.w400, color: theme.secondaryText, lineHeight: 1.4);