title property

  1. @override
TextStyle get title
override

Titolo UI (pulsanti, tab, menu item) — Inter Medium 15px (Foundation: no tracking)

Implementation

@override
TextStyle get title => _text(15, weight: FontWeight.w500, lineHeight: 1.4);