getSize method

  1. @override
Size getSize(
  1. BoxConstraints constraints
)
override

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;