LoadingStatusStyle class

Constructors

LoadingStatusStyle.new({TextStyle? hintStyle, VoidCallback? onFileRetry, double loadingSize = 35, String failHint = '点击重试', String noDataHint = '暂无数据', String loadingHint = '加载中'})
const

Properties

failHint String
final
hashCode int
The hash code for this object.
no setteroverride
hintStyle TextStyle?
final
loadingHint String
final
loadingSize double
final
noDataHint String
final
onFileRetry VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({TextStyle? hintStyle, VoidCallback? onFileRetry, double? loadingSize, String? failHint, String? noDataHint, String? loadingHint}) LoadingStatusStyle
getHintStyle(BuildContext context) TextStyle?
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.
override