CS001305-3_APP-CARDS_STARTER

This commit is contained in:
2021-05-26 15:47:55 -03:00
parent ca0ec06c31
commit 1b564c824e
10 changed files with 267 additions and 8 deletions
+2
View File
@@ -15,6 +15,8 @@ class NotificacoesScreen extends StatelessWidget {
return Scaffold(
appBar: AppBar(
title: const Text('Notificações'),
leading: Container(),
leadingWidth: 0,
centerTitle: false,
),
body: Obx(() => c.loading.value ? Center(child: CircularProgressIndicator(),) : c.errorCode.value != 0 ? this._buildError() : RefreshIndicator(