CrowdTile constructor

const CrowdTile(
  1. {Key key,
  2. double pagerHeight,
  3. double scale,
  4. double scalefraction,
  5. int itemLength}
)

Implementation

const CrowdTile(
    {Key key,
    this.pagerHeight,
    this.scale,
    this.scalefraction,
    this.itemLength})
    : super(key: key);