getSizeB static method

Size? getSizeB(
  1. BuildContext context
)

Implementation

static Size? getSizeB(BuildContext context) {
  return getSize(getRenderBox(context));
}