Spacing class

Constructors

Spacing()

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

all({num? size, num? leftR = -1, num? topB = -1}) EdgeInsets
allNo({num? leftR, num? topB}) EdgeInsets
error({double? width, double? height, double? size, IconData? iconData}) Widget
失败图片
fillView({int flex = 1, Widget? child}) Widget
fromLTRB(num? left, num? top, num? right, num? bottom) EdgeInsets
leftAndRight({num? size, num? right}) EdgeInsets
leftOrRight({num? size, bool isLeft = true}) EdgeInsets
placeHolder({double width = 0, double? height}) Widget
占位图片
rootLR({num? size}) EdgeInsets
spaceList({num? height}) Widget
spacePadding({num? size}) Widget
spacingView({num? width, num? height}) Widget
用来做间距
topAndBottom({num? size, num? bottom}) EdgeInsets
topOrBottom({num? size, bool isTop = true}) EdgeInsets
vView({Child? child, ValueNotifier<bool>? vn, bool isShow = false, bool? noVLB, bool reverse = false}) Widget
reverse 反向使用ValueNotifier的值
wireView({Color color = const Color(0xFFE2E2E2), num size = 2, bool isH = true}) Widget
wireView2({Color color = const Color(0xFFE2E2E2), num w = 2, num h = 2}) Widget