shouldFullyObstruct method
If true, this widget fully obstructs widgets behind it by the specified size.
If false, this widget partially obstructs.
Implementation
@override
bool shouldFullyObstruct(BuildContext context) {
return true;
}
If true, this widget fully obstructs widgets behind it by the specified size.
If false, this widget partially obstructs.
@override
bool shouldFullyObstruct(BuildContext context) {
return true;
}