padding method

VxBox padding(
  1. EdgeInsetsGeometry val
)

Sets the padding property of the box.

Implementation

VxBox padding(EdgeInsetsGeometry val) => this..velocityPadding = val;