getSizeS static method

Size? getSizeS(
  1. State<StatefulWidget> state
)

Implementation

static Size? getSizeS(State state) {
  return getSizeB(state.context);
}