FloatingMenuAnchoredOverlayStyle class

Constructors

FloatingMenuAnchoredOverlayStyle({bool showBarrierWhenOpen = true, bool barrierDismissible = true, Color barrierColor = const Color(0x66000000), double barrierBlurSigmaX = 10, double barrierBlurSigmaY = 10, Decoration? panelDecoration, BorderRadius panelBorderRadius = const BorderRadius.all(Radius.circular(18)), Clip panelClipBehavior = Clip.antiAlias})
const

Properties

barrierBlurSigmaX → double
Blur strength behind the barrier.
final
barrierBlurSigmaY → double
final
barrierColor → Color
Barrier color (scrim).
final
barrierDismissible → bool
Whether tapping the barrier closes the overlay.
final
hashCode → int
The hash code for this object.
no setterinherited
panelBorderRadius → BorderRadius
Panel border radius.
final
panelClipBehavior → Clip
Panel clip behavior.
final
panelDecoration → Decoration?
Panel decoration.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showBarrierWhenOpen → bool
Whether to show a full-screen barrier when open.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited