TutorialItems constructor
TutorialItems({
- double? top,
- double? bottom,
- double? left,
- double? right,
- GlobalKey<
State< ? globalKey,StatefulWidget> > - List<
Widget> ? children, - ShapeFocus? shapeFocus,
- CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
- MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center,
- Widget? widgetNext,
- Color? color,
- Radius? borderRadius,
- bool touchScreen = false,
This is the constructor of the class
Implementation
TutorialItems({
this.top,
this.bottom,
this.left,
this.right,
this.globalKey,
this.children,
this.shapeFocus,
this.crossAxisAlignment = CrossAxisAlignment.center,
this.mainAxisAlignment = MainAxisAlignment.center,
this.widgetNext,
this.color,
this.borderRadius,
this.touchScreen = false,
});