OverlayOptions class

Constructors

OverlayOptions({bool showOverlay = true, TextStyle? style = const TextStyle(), double width = 50, double height = 50, ShapeBorder shape = const CircleBorder(), Color? background, Offset? offset = const Offset(0, 0), EdgeInsets padding = const EdgeInsets.all(10), OverlayAligment aligment = OverlayAligment.dynamic, SymbolBuilder? overlayBuilder, SymbolNullableStateBuilder? specialSymbolBuilder})
const

Properties

aligment OverlayAligment
The OverlayAligment of the overlay.
final
background Color?
Optional overlay background.
final
hashCode int
The hash code for this object.
no setterinherited
height double
The height of the overlay.
final
offset Offset?
Optional Offset of the overlay position.
final
overlayBuilder → SymbolBuilder?
Builder function for the overlay.
final
padding EdgeInsets
The padding of the overlay.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape ShapeBorder
The ShapeBorder of the overlay.
final
showOverlay bool
Showing an overlay of the current icon when swiping across the sidebar.
final
specialSymbolBuilder → SymbolNullableStateBuilder?
Builder function for the special symbol overlay.
final
style TextStyle?
The TextStyle of the overlay.
final
width double
The width of the overlay.
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