fontWeightMedium property
Medium font weight (default: 500,
CSS variable: --naki-font-weight-medium).
Implementation
@override
Token get fontWeightMedium => typography?.fontWeightMedium != null
? Token(
value: typography!.fontWeightMedium.toString(),
name: super.fontWeightMedium.name,
)
: super.fontWeightMedium;