DeferredContentAware class abstract

A container which controls the visibility of its content via a Stream.

This allows content to defer its view creation until it is actually visible. The DeferredContentDirective is a directive which looks for a parent providing this stream and creates/clears its view based on the stream.

Implementers

Constructors

DeferredContentAware()

Properties

contentVisible Stream<bool>
Component publishes to this stream to control the visibility of contents.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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