getSize method
The box is the screen (same as the single-tooltip path — tooltip buttons are hit-testable anywhere on screen, taps past the tooltips fall through onto the scrim).
Implementation
@override
Size getSize(BoxConstraints constraints) => constraints.biggest;