withBottom method

EdgeInsets withBottom(
  1. num value
)

Implementation

EdgeInsets withBottom(num value) => _create(left, top, right, value);