AbstracRefreshWidget class abstract

刷新界面 规范

Implementers

Constructors

AbstracRefreshWidget()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createEmptyWidget() Widget?
创建缺省页界面
createListitem(BuildContext context, int index) Widget
创建列表 item
createListView(BuildContext context) Widget
创建列表
createRefreshWidget(BuildContext context) Widget
创建刷新控件
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