bottom method

Positioned bottom(
  1. double value
)

Implementation

Positioned bottom(double value) => copyWith(bottom: value);