height method

Container height(
  1. double value
)

Implementation

Container height(double value) {
  return rebase(width: value);
}