Skip to content

Commit

Permalink
icon launcher added
Browse files Browse the repository at this point in the history
  • Loading branch information
aankitasoni committed Jan 10, 2024
1 parent 76ca047 commit 89eb0e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:quiz_app3/constants/colors.dart';
import 'package:quiz_app3/constants/images.dart';
Expand All @@ -22,7 +21,7 @@ class HomeScreen extends StatelessWidget {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
backButton(onPressed: (){
backButton(onPressed: () {
Navigator.pop(context);
}),
Image.asset(
Expand Down
1 change: 0 additions & 1 deletion lib/screens/quiz_screen.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import 'dart:async';

import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:quiz_app3/constants/colors.dart';
import 'package:quiz_app3/constants/images.dart';
Expand Down

0 comments on commit 89eb0e0

Please sign in to comment.