shouldFullyObstruct abstract method
- 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);
If true, this widget fully obstructs widgets behind it by the specified size.
If false, this widget partially obstructs.
bool shouldFullyObstruct(BuildContext context);