width method

DialogStyler width(
  1. double value
)

Implementation

DialogStyler width(double value) {
  return container(BoxStyler().width(value));
}