height method

Positioned height(
  1. double value
)

Implementation

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