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();
|
state.onMiddleBlockedClick?.call();
|
||||||
},
|
},
|
||||||
child: Container(
|
child: Container(
|
||||||
color: state.middleBlocked.value
|
color:
|
||||||
? Colors.red.withOpacity(0.3)
|
state.middleBlocked.value ? Colors.transparent : null)))),
|
||||||
: null)))),
|
|
||||||
];
|
];
|
||||||
|
|
||||||
if (upperLayer != null) {
|
if (upperLayer != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user