SuperTextController class

Controller class for managing multiple instances of SuperText.

Constructors

SuperTextController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
superTexts List<SuperText>
List of SuperText widgets managed by this controller.
getter/setter pair

Methods

bind(SuperText superText) → void
Binds a SuperText widget to this controller.
dispose() → void
Disposes of any SuperText widgets that have been unmounted.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setText(String text) → void
Sets the text for all bound SuperText widgets.
toString() String
A string representation of this object.
inherited

Operators

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