MyoroFeedbackStyle class
Style model of MyoroFeedback.
- Implementers
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroFeedbackStyle({double? spacing, double? iconSize, TextStyle? titleTextStyle, TextStyle? subtitleTextStyle})
-
const
- MyoroFeedbackStyle.fake()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconSize → double?
-
Size of the icon.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroFeedbackStyle
-
no setterinherited
- spacing → double?
-
Spacing between the icon/title/subtitle and the action button.
final
- subtitleTextStyle → TextStyle?
-
TextStyle of the subtitle.
final
- titleTextStyle → TextStyle?
-
TextStyle of the title.
final
Methods
-
copyWith(
{double? spacing, bool spacingProvided = true, double? iconSize, bool iconSizeProvided = true, TextStyle? titleTextStyle, bool titleTextStyleProvided = true, TextStyle? subtitleTextStyle, bool subtitleTextStyleProvided = true}) → MyoroFeedbackStyle -
inherited
-
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
Static Methods
-
lerp(
MyoroFeedbackStyle? a, MyoroFeedbackStyle? b, double t) → MyoroFeedbackStyle