TutorialItem class

This is the class that will be used to create the shapes

Constructors

TutorialItem({required GlobalKey<State<StatefulWidget>> globalKey, required Widget child, double? radius, Color color = const Color.fromRGBO(0, 0, 0, 0.6), Radius borderRadius = const Radius.circular(10.0), ShapeFocus shapeFocus = ShapeFocus.roundedSquare})
This is the constructor of the class

Properties

borderRadius Radius
final
child Widget
final
color Color
final
globalKey GlobalKey<State<StatefulWidget>>
final
hashCode int
The hash code for this object.
no setterinherited
radius double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeFocus ShapeFocus
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