build method
The build method used to build the tile widget.
Implementation
@override
TileWidget build() {
// TODO: implement build
throw UnimplementedError();
}
The build method used to build the tile widget.
@override
TileWidget build() {
// TODO: implement build
throw UnimplementedError();
}