empty property

NodeLayout get empty

Implementation

static NodeLayout get empty => NodeLayout(
  width: 0.0,
  height: 0.0,
  baseline: 0.0,
  draw: (canvas, x, y) {},
);