100 Questions
100 Questions
dart';
Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar
void main() {
runApp(MyApp());
}
home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
); home: Scaffold(
backgroundColor: Colors.blue,
appBar: AppBar(
itle: Text('Dicee'),
backgroundColsfsfsor: Colors.green,
),
bod(),
),
),
class MyApp extends StatelessWidget {
@overe
Wi
return MaterialApp(
home: Scaffold(
backgroundCol: Colors.teal,
body: SafeArea(
child: Center(
child: Column(
mainAxisSize: MainAxisSize.min,
backgroundImage:
AssetImage('images/profile.png'),
),
SizedBox(height: 20.0),
Text(
'Angela Yu',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'SixtyfourConvergence',
fontSize: 20.0,
color: Colors.green,
fontWeight: FontWeight.bold,
),
),
Text(
'FLUTTER DEVELOPER',
textAlign: TextAlign.center,
style: TextStyle(
fontFamily: 'Source Code Pro',
fontSize: 20.0,
color: Colors.teal[100],
letterSpacing: 2.5,
fontWeight: FontWeight.bold,
),
),
Container(
padding: EdgeInsets.all(10.0),
color: Colors.white,
margin: EdgeInsets.symmetric(
vertical: 10.0, horizontal:
25.0),
child: Row(
children: <Widget>[
Icon(
Icons.add_shopping_cart,
size: 40.0,
),
SizedBox(width: 40.0),
Text(
"Tel: +918892979221",
style: TextStyle(
fontSize: 20,
fontFamily: 'Source Code
Pro',
),
)
],
)),
Container(
padding: EdgeInsets.all(10.0),
color: Colors.white,
margin: EdgeInsets.symmetric(
vertical: 10.0, horizontal:
25.0),
child: Row(
children: <Widget>[
Icon(
Icons.email,
size: 40.0,
),
SizedBox(width: 40.0),
Text(
"Email:
avecutsav6@gmail.com",
style: TextStyle(
fontSize: 15,
fontFamily: 'Source Code
Pro',
),
)
],
))
],
),
))));
}
}