getSize static method

Size? getSize(
  1. RenderBox? box
)

Implementation

static Size? getSize(RenderBox? box) {
  return box?.size;
}