MFlipper class
Cycles through children on a timer, without the app running.
Android only. RemoteViews permits ViewFlipper, which the system
advances on its own — the one way to get continuously changing content in a
widget. WidgetKit has no equivalent, so on iOS only the first child
renders; use it for a rotating headline or stat, not for anything a user
must be able to read in full.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited