bottom static method

EdgeInsetsMix bottom(
  1. double value
)

Bottom offset only.

Implementation

static EdgeInsetsMix bottom(double value) => .new(bottom: value);