StandaloneScheduleExercisePage class

Inheritance

Constructors

StandaloneScheduleExercisePage({required Widget title, bool showLegacyExerciseRecommendations = false, bool showEcoExerciseRecommendations = false, bool showCancelButton = false, Widget? submitLabel})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isDismissible bool
no setteroverride
parent RemoteExercisePage?
no setteroverride
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setteroverride
resultOnPop bool?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCancelButton bool
final
showEcoExerciseRecommendations bool
final
showLegacyExerciseRecommendations bool
final
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
submitLabel Widget?
final
title Widget
final

Methods

buildContent({required BuildContext context, required void setPage(RemoteExercisePage), required int deviceId}) Widget
override
buildTitle({required BuildContext context, required void setPage(RemoteExercisePage)}) Widget
override
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