menu
plume package
documentation
framework/builder/list_builder.dart
ListViewBuilder<T extends ListItem>
buildBlank method
buildBlank method
dark_mode
light_mode
buildBlank
method
Widget
buildBlank
(
)
空数据状态下的界面显示内容
Implementation
Widget buildBlank() {
return
Center(child: Text(
"没有可用数据"
)); }
plume package
documentation
framework/builder/list_builder
ListViewBuilder<T extends ListItem>
buildBlank method
ListViewBuilder class
Constructors
new
Properties
blankTitle
hashCode
height
isLoading
list
onItemTap
onLoadingMore
onPullToRefreshed
runtimeType
scrollController
Methods
build
buildBlank
dispose
init
itemBuild
loadViewBuild
noSuchMethod
toString
Operators
operator ==