IntroHighlightDecoration class

The decoration for highlighted widget.

Constructors

IntroHighlightDecoration({Border? border, BorderRadiusGeometry? radius, EdgeInsets? padding, MouseCursor? cursor})
const

Properties

border Border?
Specify the border of highlighted widget.
final
cursor MouseCursor?
Specify the mouse cursor that moving on the highlighted widget.
final
hashCode int
The hash code for this object.
no setterinherited
padding EdgeInsets?
Specify that the highlighted widget exceeds the margin of the target widget.
final
radius BorderRadiusGeometry?
Specify the border radius of highlighted widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

mergeTo(IntroHighlightDecoration? other) IntroHighlightDecoration
Returns a new decoration that is a combination of this decoration and the given other decoration.
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