RankedList constructor
Implementation
const RankedList({
Key key,
@required this.itemBuilder,
@required this.itemCount,
@required this.rank,
@required this.itemHeight,
this.showTop = true,
this.showBottom = true,
this.topItem,
this.bottomItem,
}) : super(key: key);