MyoroTooltipConfiguration class
Configuration model of MyoroTooltip.
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroTooltipConfiguration({Duration waitDuration = waitDurationDefaultValue, String text = textDefaultValue})
-
const
- MyoroTooltipConfiguration.fake({bool? borderBuilderProvided})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroTooltipConfiguration
-
no setterinherited
- text → String
-
Text of the tooltip.
final
- waitDuration → Duration
-
Duration before the tooltip message is shown.
final
Methods
-
copyWith(
{Duration? waitDuration, String? text}) → MyoroTooltipConfiguration -
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
Constants
- textDefaultValue → const String
- waitDurationDefaultValue → const Duration