fix : chicken app login and new module logic
This commit is contained in:
@@ -16,13 +16,6 @@ class MapWidget extends GetView<MapWidgetLogic> {
|
||||
fit: StackFit.expand,
|
||||
children: [
|
||||
|
||||
Positioned(
|
||||
top: 10,
|
||||
right: 0,
|
||||
left: 0,
|
||||
child: RMarquee(text: "This is scrolling text from right to left..."),
|
||||
),
|
||||
|
||||
|
||||
ObxValue((errorType) {
|
||||
if (errorType.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user