build abstract method

TileWidget build(
  1. TileContext context,
  2. TState? state
)

Builds the tile.

Implementation

TileWidget build(TileContext context, TState? state);