SilEmptyData class

Constructors

SilEmptyData({String? imagePath, double? imageWidth, double? imageHeight, String? prompt, String? btnTitle, void btnClickFunc()?, TextStyle? btnTitleStyle, double? contentToTop})

Properties

btnClickFunc → void Function()?
底部按钮点击事件
final
btnTitle String?
按钮标题
getter/setter pair
btnTitleStyle TextStyle?
按钮标题样式
getter/setter pair
contentToTop double?
内容距离顶部的高度
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageHeight double?
提示图片的高度
getter/setter pair
imagePath String?
提示图片地址
getter/setter pair
imageWidth double?
提示图片的宽度
getter/setter pair
prompt String?
提示文字
getter/setter pair
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