ActiveOverlayOptions class

Options to configure the active state of an overlay.

Inheritance

Constructors

ActiveOverlayOptions({bool showOutline = true, Color outlineColor = const Color(0xFF2196F3), double outlineWidth = 2.0})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
outlineColor Color
Color of the outline.
final
outlineWidth double
Width of the outline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showOutline bool
Whether to show outline when active.
final

Methods

copyWith({bool? showOutline, Color? outlineColor, double? outlineWidth}) ActiveOverlayOptions
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