dropdownOptionFontSize property
Font size of dropdown menu options
(default: 14px, CSS variable: --naki-dropdown-option-font-size).
Implementation
@override
Token get dropdownOptionFontSize => component?.dropdownOptionFontSize != null
? Token(
value: component!.dropdownOptionFontSize!.cssText,
name: super.dropdownOptionFontSize.name,
)
: super.dropdownOptionFontSize;