GuideVisualAndSound class

Inheritance

Constructors

GuideVisualAndSound.circle(Rect rect, Widget guidingText, {required void playSound()})
GuideVisualAndSound.custom(Rect rect, Widget guidingText, {required Decoration decoration, required void playSound()})
GuideVisualAndSound.rect(Rect rect, Widget guidingText, {required void playSound()})

Properties

decoration Decoration
finalinherited
guidingText Widget
finalinherited
hashCode int
The hash code for this object.
no setterinherited
playSound ↔ void Function()
getter/setter pair
rect Rect
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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