OverlayLayerOptions class

Options for the overlay layer.

Constructors

OverlayLayerOptions({int alpha = 255, FilterQuality filterQuality = FilterQuality.medium, int zIndex = 0, bool showActiveOutline = true, Color activeOutlineColor = const Color(0xFF2196F3), double activeOutlineWidth = 2.0})
const

Properties

activeOutlineColor Color
Color of the active outline.
final
activeOutlineWidth double
Width of the active outline.
final
alpha int
Alpha transparency value (0-255).
final
filterQuality FilterQuality
Filter quality for rendering.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showActiveOutline bool
Whether to show outline when overlay is active.
final
zIndex int
Z-index for rendering order.
final

Methods

copyWith({int? alpha, FilterQuality? filterQuality, int? zIndex, bool? showActiveOutline, Color? activeOutlineColor, double? activeOutlineWidth}) OverlayLayerOptions
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.
override