BlockableOverlay blocked layer transparent color
This commit is contained in:
parent
ac1ae9fc3b
commit
552e45b320
@ -411,9 +411,8 @@ class BlockableOverlay extends StatelessWidget {
|
||||
state.onMiddleBlockedClick?.call();
|
||||
},
|
||||
child: Container(
|
||||
color: state.middleBlocked.value
|
||||
? Colors.red.withOpacity(0.3)
|
||||
: null)))),
|
||||
color:
|
||||
state.middleBlocked.value ? Colors.transparent : null)))),
|
||||
];
|
||||
|
||||
if (upperLayer != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user