CS001305-3_APP-CARDS_STARTER
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user