TextVisibility mixin
Visibility Interface
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldHideText ↔ bool?
-
A flag to either hide or show text
getter/setter pair
- text ↔ String?
-
Text
getter/setter pair
Methods
-
hasText(
) → bool - Initialise the interface Check and return if it is a text and not empty
-
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