appbarHeight property
Default appbar height
(default: 56px, CSS variable: --naki-appbar-height).
Implementation
@override
Token get appbarHeight => component?.appbarHeight != null
? Token(
value: component!.appbarHeight!.cssText,
name: super.appbarHeight.name,
)
: super.appbarHeight;