FadeInController class

Fade-in controller which dispatches fade-in/fade-out actions

Constructors

FadeInController({bool autoStart = false})

Properties

autoStart bool
Automatically starts the initial fade-in. Defaults to false
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<FadeInAction>
Stream of FadeInActions dispatched by this controller
no setter

Methods

dispose() → void
fadeIn() → void
Fades-in child
fadeOut() → void
Fades-out child
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(FadeInAction action) → void
Dispatches a FadeInAction
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited