Highlight class

Represents a single item of a guide.

Constructors

Highlight.circular(GlobalKey<State<StatefulWidget>> widgetKey, {EdgeInsets padding = EdgeInsets.zero})
const
Highlight.rect(GlobalKey<State<StatefulWidget>> widgetKey, {Radius radius = Radius.zero, EdgeInsets padding = EdgeInsets.zero})
const

Properties

circle bool
Is circle.
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets
The source corners padding.
final
radius Radius
Corners radius.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetKey GlobalKey<State<StatefulWidget>>
The source widget key.
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