EmptyIntactWidget class

用于当 List 或者 Grid 空的时候生成完整的整页面 如果在ListView 里面用

Constructors

EmptyIntactWidget({Widget? top, Widget? center, Widget? below, required MaxIndex maxIndex})

Properties

below Widget?
getter/setter pair
center Widget?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxIndex MaxIndex
选择哪个最大填充 并且为 List和Grid数据显示的位置
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top Widget?
getter/setter pair

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