width method

Container width(
  1. double value
)

Implementation

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