Skip to content

Commit

Permalink
Replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
ulusoyca committed Dec 20, 2024
1 parent 40f027a commit cb131d1
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ class LoginScreenContent extends StatelessWidget {
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
const Image(
image: AssetImage(
'images/dash_coffee.webp',
package: 'assets',
),
fit: BoxFit.cover,
height: 216,
width: 384,
),
FlutterLogo(size: 216),
Text(
'Welcome to Coffee Maker!',
style: Theme.of(context).textTheme.titleLarge!,
Expand Down

0 comments on commit cb131d1

Please sign in to comment.