TrainingTheme class

Constructors

TrainingTheme({Color backgroundNextBtn = TrainingColors.color3, Color backgroundPrevBtn = TrainingColors.color3, Color backgroundStartBtn = TrainingColors.color0, Color iconColorNextBtn = TrainingColors.colorF, Color iconColorPrevBtn = TrainingColors.colorF, Color backgroundProgressTimer = TrainingColors.color0, Color progressColorProgressTimer = TrainingColors.colorF, Color textColorProgressTimer = TrainingColors.colorF, Color textColorStartBtn = TrainingColors.colorF, Color backgroundFinishBtn = TrainingColors.color0, Color textColorFinishBtn = TrainingColors.colorF, Color backgroundRestTimer = TrainingColors.color0, Color progressColorRestTimer = TrainingColors.colorF, Color textColorRestTimer = TrainingColors.colorF, Color background = TrainingColors.colorF, Color backgroundActionButtons = TrainingColors.colorC, Color voiceBackground = TrainingColors.colorF, Color voicePlayPauseBackgroundColor = TrainingColors.color0, Color voiceSeekColor = TrainingColors.color0, Color voicePlayPauseIconColor = TrainingColors.colorF, Color voiceTextColor = TrainingColors.color0, Color resultPageTextColor = TrainingColors.color0, Color trainPageTextColor = TrainingColors.color0, Color voiceInactiveSeekColor = TrainingColors.color9, Color resultPageTextTitleColor = TrainingColors.colorF})
const

Properties

background Color
final
backgroundActionButtons Color
final
backgroundFinishBtn Color
final
backgroundNextBtn Color
final
backgroundPrevBtn Color
final
backgroundProgressTimer Color
final
backgroundRestTimer Color
final
backgroundStartBtn Color
final
hashCode int
The hash code for this object.
no setterinherited
iconColorNextBtn Color
final
iconColorPrevBtn Color
final
progressColorProgressTimer Color
final
progressColorRestTimer Color
final
resultPageTextColor Color
final
resultPageTextTitleColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColorFinishBtn Color
final
textColorProgressTimer Color
final
textColorRestTimer Color
final
textColorStartBtn Color
final
trainPageTextColor Color
final
voiceBackground Color
final
voiceInactiveSeekColor Color
final
voicePlayPauseBackgroundColor Color
final
voicePlayPauseIconColor Color
final
voiceSeekColor Color
final
voiceTextColor 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