refactor : base page
This commit is contained in:
@@ -10,7 +10,7 @@ class RequestsPage extends GetView<RequestsLogic> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: RAppBar(title: 'لیست درخواستها', hasBack: false, centerTitle: true),
|
||||
/* appBar: RAppBar(title: 'لیست درخواستها', hasBack: false, centerTitle: true),*/
|
||||
body: Column(
|
||||
children: [
|
||||
SizedBox(height: 8),
|
||||
|
||||
Reference in New Issue
Block a user