TutorialItem class

Constructors

TutorialItem({double? top, double? bottom, double? left, double? right, GlobalKey<State<StatefulWidget>>? globalKey, List<Widget>? children, ShapeFocus? shapeFocus, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center, Widget? widgetNext, bool? touchScreen = false})

Properties

bottom double?
final
children List<Widget>?
final
crossAxisAlignment CrossAxisAlignment
final
globalKey GlobalKey<State<StatefulWidget>>?
final
hashCode int
The hash code for this object.
no setterinherited
left double?
final
mainAxisAlignment MainAxisAlignment
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeFocus ShapeFocus?
final
top double?
final
touchScreen bool?
final
widgetNext Widget?
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