withLeft method

EdgeInsets withLeft(
  1. num value
)

Implementation

EdgeInsets withLeft(num value) => _create(value, top, right, bottom);