ResolvedOverlayStyle class
The menu container's appearance, with every slot filled in.
Constructors
- ResolvedOverlayStyle({required BoxDecoration decoration, required Color backgroundColor, required double borderRadius, required double elevation, required double borderThickness, Color? shadowColor, EdgeInsets? padding})
-
Creates a resolved overlay style.
const
Properties
- backgroundColor → Color
-
The menu's fill, exposed for the scroll gradient to fade into.
final
- borderRadius → double
-
Corner radius.
final
- borderThickness → double
-
Top plus bottom border width, which the placement module reserves.
final
- decoration → BoxDecoration
-
The menu's box.
final
- elevation → double
-
Shadow depth.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- padding → EdgeInsets?
-
Space between the menu's edge and its item list.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadowColor → Color?
-
Shadow colour.
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