TileWidget class abstract
The base class for all tile widgets TileWidgets can be nested and be build by the build method.
Eventually every tile widget must be serialized and translated to protonLayout on the android side.
Constructors
- TileWidget()
-
const
Properties
- 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(
) → TileWidget - The build method used to build the tile widget.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Map< String, Object> - Serializes the tile widget to translatable tile widget to be handled by android.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited