addLeft method

EdgeInsets addLeft(
  1. num value
)

Implementation

EdgeInsets addLeft(num value) => _create(left + value, top, right, bottom);