margin method

VxBox margin(
  1. EdgeInsetsGeometry val
)

Sets the margin property of the box.

Implementation

VxBox margin(EdgeInsetsGeometry val) => this.._margin = val;