FloatingMenuExpendableStyle class
- Annotations
Constructors
-
FloatingMenuExpendableStyle({bool showBarrierWhenOpen = true, bool barrierDismissible = true, double barrierBlurSigmaX = 5, double barrierBlurSigmaY = 5, Color barrierColor = const Color(0x4D000000), BorderRadiusGeometry panelBorderRadius = const BorderRadius.all(Radius.circular(12)), Clip panelClipBehavior = Clip.antiAlias, Decoration? panelDecoration, Color handleMaterialColor = Colors.transparent, BorderRadius? handleInkBorderRadius, ShapeBorder? handleInkCustomBorder, Color? handleSplashColor, Color? handleHighlightColor, WidgetStateProperty<
Color?> ? handleOverlayColor}) -
const
Properties
- barrierBlurSigmaX → double
-
Blur amount on X axis for the barrier.
final
- barrierBlurSigmaY → double
-
Blur amount on Y axis for the barrier.
final
- barrierColor → Color
-
Color of the barrier overlay.
final
- barrierDismissible → bool
-
If true, tapping the barrier closes the panel.
final
- handleHighlightColor → Color?
-
Optional InkWell highlight color for the handle.
final
- handleInkBorderRadius → BorderRadius?
-
InkWell border radius for the handle.
final
- handleInkCustomBorder → ShapeBorder?
-
InkWell custom border for the handle.
final
- handleMaterialColor → Color
-
Material color behind the handle (usually transparent).
final
-
handleOverlayColor
→ WidgetStateProperty<
Color?> ? -
Optional InkWell overlay color for the handle.
final
- handleSplashColor → Color?
-
Optional InkWell splash color for the handle.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- panelBorderRadius → BorderRadiusGeometry
-
The panel corner radius.
final
- panelClipBehavior → Clip
-
Clip behavior used for the panel.
final
- panelDecoration → Decoration?
-
Optional decoration painted behind FloatingMenuExpendable.panelChild.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showBarrierWhenOpen → bool
-
Whether to show a blurred, colored barrier when the panel is open.
final
Methods
-
copyWith(
{bool? showBarrierWhenOpen, bool? barrierDismissible, double? barrierBlurSigmaX, double? barrierBlurSigmaY, Color? barrierColor, BorderRadiusGeometry? panelBorderRadius, Clip? panelClipBehavior, Decoration? panelDecoration, Color? handleMaterialColor, BorderRadius? handleInkBorderRadius, ShapeBorder? handleInkCustomBorder, Color? handleSplashColor, Color? handleHighlightColor, WidgetStateProperty< Color?> ? handleOverlayColor}) → FloatingMenuExpendableStyle -
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