ItemListController class abstract

Constructors

ItemListController()

Properties

callBack ListViewCreateCallBack
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemHeightRatio double
  • pages calcuate ratio: width:height . pages width 548, height 730, now ratio height is 1.34
  • getter/setter pair
    itemWidth double
    getter/setter pair
    listData List
    getter/setter pair
    listState List
    getter/setter pair
    listWidget List<Widget>
    getter/setter pair
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited

    Methods

    createList({required List list, required double itemWidth, required double itemHeightRatio, required ListViewCreateCallBack callBack}) Future
    getHeightFrame(double radiusUsed, double elevationUsed) double
    getHeightItem() double
    getWidthItem() double
    mapListModelToListWidget() Future
    mapSingle(dynamic element, int position) → void
    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) bool
    The equality operator.
    inherited