popoverBorderRadius property
Popover border radius
(default: 12px, CSS variable: --naki-popover-border-radius).
Implementation
@override
Token get popoverBorderRadius => component?.popoverBorderRadius != null
? Token(
value: component!.popoverBorderRadius!.cssText,
name: super.popoverBorderRadius.name,
)
: super.popoverBorderRadius;