We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11029bc commit 6d1953eCopy full SHA for 6d1953e
lib/screens/home.dart
@@ -12,10 +12,11 @@ class Home extends StatelessWidget {
12
child: Column(
13
mainAxisAlignment: MainAxisAlignment.center,
14
children: <Widget>[
15
- CircleAvatar(
16
- backgroundImage: AssetImage('assets/images/logo.png'),
17
- radius: 100,
+ Image.asset(
+ 'assets/images/logo.png',
+ height: 200,
18
),
19
+ SizedBox(height: 24),
20
Text(
21
'Master Branch',
22
style: TextStyle(fontSize: 36, color: Colors.white),
0 commit comments