bodyLabelTableHead property

  1. @override
TextStyle get bodyLabelTableHead
override

Intestazione colonna tabella — Inter Medium 11px, spaziatura lettere positiva

Implementation

@override
TextStyle get bodyLabelTableHead => _text(11,
    weight: FontWeight.w500, color: theme.secondaryText, letterSpacing: 0.3, lineHeight: 1.4, fontFeatures: _tnum);