PumaGuideItem class

Constructors

PumaGuideItem({String? title, String? subtitle, String? description, GlobalKey<State<StatefulWidget>>? globalKey, ShapeFocus? shapeFocus, bool debugShowContentContainer = false, bool invertContentIfNotFitBellow = true, double distanceFromObject = 80, bool invertContentOrder = false, bool hapticFeedback = true, double contentWidth = 280, double contentHeight = 280, bool showSkip = true, bool showNext = true, required Color overlayBackgroundColor, Color? textColor, Path arrowBuilder(Path path, double contentWidth, double contentHeight, bool fitBellow, double distanceFromObject)?, Color? titleBackgroundColor, Widget builder()?, Widget controlAreaBuilder({Function next, Function skip})?, String nextWording = "Next", String finishWording = "Finish", String skipWording = "Skip"})

Properties

arrowBuilder → (Path Function(Path path, double contentWidth, double contentHeight, bool fitBellow, double distanceFromObject)?)
final
builder → (Widget Function()?)
final
contentHeight double
final
contentWidth double
final
controlAreaBuilder → (Widget Function({Function next, Function skip})?)
final
debugShowContentContainer bool
final
description String?
final
distanceFromObject double
final
finishWording String
final
globalKey GlobalKey<State<StatefulWidget>>?
final
hapticFeedback bool
final
hashCode int
The hash code for this object.
no setterinherited
invertContentIfNotFitBellow bool
final
invertContentOrder bool
final
nextWording String
final
overlayBackgroundColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeFocus ShapeFocus?
final
showNext bool
final
showSkip bool
final
skipWording String
final
subtitle String?
final
textColor Color?
final
title String?
final
titleBackgroundColor Color?
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