BMFEdgeInsets constructor

BMFEdgeInsets(
  1. {double top,
  2. double left,
  3. double bottom,
  4. double right}
)

BMFEdgeInsets构造方法

Implementation

BMFEdgeInsets({
  this.top,
  this.left,
  this.bottom,
  this.right,
});