ScaledTile.extent constructor
Creates a ScaledTile with the given crossAxisCellCount
and
mainAxisExtent
.
This tile will have a fixed main axis extent.
Implementation
ScaledTile.extent(
int crossAxisCellCount,
double mainAxisExtent,
) : super.extent(crossAxisCellCount, mainAxisExtent);