PagePilot class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
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
Static Methods
-
adjustWebviewZoom({int scale = 4})
→ void
-
-
calculateBeaconPosition(String position, Offset widgetPosition, Size widgetSize)
→ Offset
-
-
drawStar(Size size)
→ Path
-
A custom Path to paint stars.
-
hexToColor(String hexString)
→ Color
-
-
initStyles(Styles? s)
→ void
-
-
initTutorialCoachMark(List<TargetFocus> targets)
→ void
-
-
previousAndNextButtons(int index, dynamic lastIndex)
→ Widget
-
-
showBeacon(BuildContext context, {required String shape, required GlobalKey<State<StatefulWidget>> key, required String beaconPosition, String? title, required String body, required Color color, required dynamic onBeaconClicked()})
→ void
-
-
showBottomSheet(BuildContext context, {String? title, required String? body, String? url, int? scale, required dynamic onOkPressed()})
→ void
-
-
showFloatingWidget(BuildContext context, {String? title, String? body, String? url, String? position, int? scale, bool isDraggable = false})
→ void
-
-
showInfoDialog(BuildContext context, {required GlobalKey<State<StatefulWidget>> key, required String shape, required String title, required String body, dynamic onOkPressed()?})
→ void
-
-
showOkDialog(BuildContext context, {required String shape, String? title, String? body, String? url, int? scale, dynamic onOkPressed()?})
→ void
-
-
showSnackbar(BuildContext context, {String? title, String? body, String? url, int duration = 3000, int? scale})
→ void
-
-
showTooltip(BuildContext context, {required GlobalKey<State<StatefulWidget>> key, required String shape, String? title, int? scale, required String body})
→ void
-
-
showTour(BuildContext context, Config config, {required List tours})
→ void
-