Skip to content

Commit

Permalink
Decline case
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarupVishwas18 committed Sep 23, 2023
1 parent 9da3bf3 commit 9f03aa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions right_aid/lib/current_case.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ class CurrentCase extends StatelessWidget {
],
),
)),
Container(
padding: const EdgeInsets.symmetric(horizontal: 20),
child: ElevatedButton(
child: const Text("DECLINE CASE"),
onPressed: () => {},
),
)
]),
),
)),
Expand Down
2 changes: 1 addition & 1 deletion right_aid/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MyApp extends StatelessWidget {
useMaterial3: true,
),
// home: const MyHomePage(title: 'Right Aid'),
home: const SplashScreen(),
home: const CurrentCase(),
);
}
}
Expand Down

0 comments on commit 9f03aa4

Please sign in to comment.