CoachModel class

Constructors

CoachModel({String? initial, String? title, TextStyle? titleTextStyle, List? subtitle, TextStyle? subtitleTextStyle, Widget? header, double? maxWidth, AlignmentGeometry? alignment = Alignment.center, Future<bool> nextOnTapCallBack()?, ScrollOptions? scrollOptions})

Properties

alignment AlignmentGeometry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
initial String?
getter/setter pair
maxWidth double?
getter/setter pair
nextOnTapCallBack ↔ (Future<bool> Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollOptions ScrollOptions?
getter/setter pair
subtitle List?
getter/setter pair
subtitleTextStyle TextStyle?
getter/setter pair
title String?
getter/setter pair
titleTextStyle TextStyle?
getter/setter pair

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