size method

Layout size(
  1. double x, [
  2. double? y
])

@varies ~ set size

Implementation

Layout size(double x, [double? y]) => width(x).height(y ?? x);