format method

String format([
  1. int x0 = 0,
  2. int? y0,
  3. int? w0,
  4. int? h0,
])

Implementation

String format([int x0 = 0, int? y0, int? w0, int? h0]) => ref.format(x0, y0, w0, h0);