Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal committed Aug 8, 2024
1 parent 7e41ee6 commit 5b8a31d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file modified ford/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ford/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ford/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ford/lib/pages/car_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class _CarDetailPageState extends State<CarDetailPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: ListView(
padding: const EdgeInsets.only(top: 70, bottom: 50),
children: [
Expand Down
1 change: 1 addition & 0 deletions ford/lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class HomePage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Colors.white,
body: Padding(
padding: const EdgeInsets.symmetric(horizontal: 20),
child: ListView(
Expand Down

0 comments on commit 5b8a31d

Please sign in to comment.