BMFEdgeInsets constructor
- {double top,
- double left,
- double bottom,
- double right}
BMFEdgeInsets构造方法
Implementation
BMFEdgeInsets({
this.top,
this.left,
this.bottom,
this.right,
});
BMFEdgeInsets构造方法
BMFEdgeInsets({
this.top,
this.left,
this.bottom,
this.right,
});