ShowMessageParameters class

Parameters of when to show the message if it shouldn't be shown at all times

Constructors

ShowMessageParameters({Duration? delayDuration, Duration? durationToShowMessage, double? showMessageFrequency})

Properties

delayDuration Duration?
If there should be a delay between the widget being built and the message appearing, then specify here. Defaults to no delay
final
durationToShowMessage Duration?
If the message should show only for a certain amount of time, specify that here
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showMessageFrequency double?
If the message should randomly show for a percentage of the times that the widget is instantiated, specify that here.
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