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
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