BMFEdgeInsets class

边框的插入距离(正值就是往内缩.负值就是往外扩充)

Implemented types

Constructors

BMFEdgeInsets({double top, double left, double bottom, double right})
BMFEdgeInsets构造方法
BMFEdgeInsets.fromEdgeInsets(EdgeInsets insets)
EdgeInsets => BMFEdgeInsets
BMFEdgeInsets.fromMap(Map map)
map => BMFEdgeInsets

Properties

bottom ↔ double
下边距
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
left ↔ double
左边距
read / write
右边距
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
top ↔ double
上边距
read / write

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
override
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited