bodyLabel property

  1. @override
TextStyle get bodyLabel
override

Label UI secondaria — Inter Regular 13px, colore secondario

Implementation

@override
TextStyle get bodyLabel =>
    _text(13, weight: FontWeight.w400, color: theme.secondaryText, lineHeight: 1.5, fontFeatures: _tnum);