PqStatusSliver class abstract

  • description: 没有数据的sliver

Constructors

PqStatusSliver()

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

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

Static Methods

add(Widget child) SliverToBoxAdapter
bottomPadding() SliverToBoxAdapter
带底部padding的Sliver
empty() SliverToBoxAdapter
空Sliver
noMoreData({String hint = "- 已显示全部内容 -", double fontSize = 13, Color textColor = const Color(0xFFCCCCCC), Widget? child, EdgeInsetsGeometry margin = const EdgeInsets.only(top: 16, bottom: 0)}) SliverToBoxAdapter