TextStyle labelExtraSmall({Color? color}) { return TextStyle( fontSize: font.labelExtraSmall.fontSize, fontWeight: font.labelExtraSmall.fontWeight, color: color, ); }