setWidth method

Container setWidth(
  1. double value
)

Implementation

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