TextWidget class

Inheritance

Constructors

TextWidget()

Properties

children List<BaseWidget>
getter/setter pairinherited
color Color
getter/setter pair
data String
getter/setter pair
fontSize int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
override
getChild() BaseWidget?
inherited
getChildren() List<BaseWidget>
inherited
getChildrenWidget(BuildContext context) List<Widget>
inherited
getChildWidget(BuildContext context) Widget?
inherited
hasChildren() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setProperties(JSON json) → void
override
toString() String
A string representation of this object.
inherited

Operators

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