CommonErrorModel class

Constructors

CommonErrorModel({Widget? icon, String? desc, String? imageAssert, Size? imageSize, Color? backgroundColor, double? space, TextStyle? textStyle, Widget? buttonWidget, Map? extendInfo, String? message, double? size})

Properties

backgroundColor Color?
背景颜色
getter/setter pair
buttonWidget Widget?
按钮
getter/setter pair
desc String?
站位描述语
getter/setter pair
extendInfo Map?
扩展字段
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
站位图
getter/setter pair
imageAssert String?
站位图 本地图片路径
getter/setter pair
imageSize Size?
站位图大小
getter/setter pair
message String?
描述语
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
失败界面 大小
getter/setter pair
space double?
按钮与图片的距离
getter/setter pair
textStyle TextStyle?
字体配置
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