added comments and refactored code
This commit is contained in:
@@ -15,7 +15,7 @@ mixin OverlayService {
|
||||
final overlayState = Overlay.of(context);
|
||||
_overlayEntry = OverlayEntry(
|
||||
builder: (context) => Positioned(
|
||||
bottom: 85,
|
||||
bottom: 85, // Positioned above the NavigationBar
|
||||
left: 0,
|
||||
right: 0,
|
||||
child: Center(
|
||||
|
||||
Reference in New Issue
Block a user