ShowTutorialsModel class
- Inheritance
-
- Object
- ChangeNotifier
- ShowTutorialsModel
Properties
- canShow ↔ bool
-
getter/setter pair
- currentToolTipDataClass ↔ ToolTipDataClass?
-
getter/setter pair
- currentWidget ↔ WidgetDataClass?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
Whether any listeners are currently registered.
no setterinherited
- interactiveTutorialModel → InteractiveTutorialModel?
-
no setter
- isTutorialPresent ↔ bool
-
getter/setter pair
- isTutorialProcessing ↔ bool
-
getter/setter pair
- isVisible ↔ bool
-
getter/setter pair
- js ↔ String
-
getter/setter pair
-
keyList
→ List<
String> -
final
- maxCount → int
-
no setter
- orientation ↔ Orientation
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenHeight → double
-
no setter
- screenWidth → double
-
no setter
- selectedIndex ↔ int
-
getter/setter pair
-
toolTipGlobalKey
→ LabeledGlobalKey<
State< StatefulWidget> > -
final
- toolTipHeight → double
-
no setter
- toolTipMaxHeight → double
-
no setter
-
tutorialList
→ List<
InteractiveTutorialElementsModel> -
final
- webViewController → WebViewController
-
final
- webViewHeight ↔ int
-
getter/setter pair
-
widgetList
→ List<
WidgetDataClass> -
final
Methods
-
addListener(
VoidCallback listener) → void -
Register a closure to be called when the object changes.
inherited
-
calculateHeightWebView(
) → FutureOr< void> - ////////
-
descriptionText(
String? text, BuildContext context) → String -
dispose(
) → void -
Discards any resources used by the object. After this is called, the
object is not in a usable state and should be discarded (calls to
addListener will throw after the object is disposed).
inherited
-
disposeViewModel(
) → void -
getColor(
String? hexColor, double opacity) → Color? -
getData(
String data) → void -
getOffset(
RenderObject renderObject) → Offset - Getting Offset from the RenderObject bt converting it into Vector3 matrix
-
getScreenDetails(
BuildContext context) → void - Getting the device's Size using current screen BuildContext
-
getScrollViewHeight(
Element child) → void -
getStringFromKey(
Key key) → bool -
getStringValueFromKey(
Key key) → String -
getToolTipSize(
) → void - Getting the Tool Tip size from the respective GlobalKey
-
getWebViewHeight(
) → void -
getYAxis(
{double statusBarHeight = 0.0, required int index}) → void - Getting the Offset value for the ToolTipWidget to position it accordingly.
-
inspectChilds(
int selectedIndex) → WidgetDataClass? -
isBold(
List? fonyStyle) → bool -
isElementInAppBar(
Element child) → bool -
isFullSizedVerticalScrollbar(
) → bool -
isItalic(
List? fontStyle) → bool -
isUnderline(
List? fontStyle) → bool -
loadData(
) → FutureOr< void> -
nextTap(
BuildContext context) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
Call all the registered listeners.
inherited
-
onSkipTap(
BuildContext context) → void -
previousTap(
) → void -
removeListener(
VoidCallback listener) → void -
Remove a previously registered closure from the list of closures that are
notified when the object changes.
inherited
-
scrollView(
Element child) → void -
shouldShowNextButton(
String? title) → bool -
shouldShowPrevButton(
String? title) → bool -
shouldShowSkip(
) → bool -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- context ↔ BuildContext?
-
getter/setter pair
- instance → ShowTutorialsModel
-
no setter
Constants
- channel → const MethodChannel