dialogSize static method

Size dialogSize(
  1. double width,
  2. double height
)

Implementation

static Size dialogSize(double width, double height) => Size(width, height);