shouldFullyObstruct abstract method

bool shouldFullyObstruct(
  1. BuildContext context
)

If true, this widget fully obstructs widgets behind it by the specified size.

If false, this widget partially obstructs.

Implementation

bool shouldFullyObstruct(BuildContext context);