fixed static method

DialogWidth fixed(
  1. double w
)

Implementation

static DialogWidth fixed(double w) {
  assert(w > 0);
  return DialogWidth._(w);
}