Commit 5ebd693a authored by Indika NK's avatar Indika NK

button colors adjusted

padding adjusted
parent 422fd54b
......@@ -79,28 +79,33 @@ class _HomeScreenState extends State<HomeScreen> {
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Container(
child: FlatButton(onPressed: () {
print('i guider ');
},
padding: EdgeInsets.all(50),
color: Colors.white,
clipBehavior: Clip.none,
child: Text(
'I-guider',
style: TextStyle(
fontSize: 14,
letterSpacing: 1,
fontWeight: FontWeight.bold,
// fontFamily: 'Roboto'
child: Expanded(
flex: 2,
child: FlatButton(onPressed: () {
print('i guider ');
},
// padding: EdgeInsets.all(60),
padding: EdgeInsets.fromLTRB(60,75,45,70),
color: Colors.white,
highlightColor: Colors.blue[200],
clipBehavior: Clip.none,
child: Text(
'I-guider',
style: TextStyle(
fontSize: 14,
letterSpacing: 1,
fontWeight: FontWeight.bold,
// fontFamily: 'Roboto'
),
),
),
),
// height: size.height * .1,
decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage(
'')),
// image: DecorationImage(
// image: AssetImage(
// '')),
),
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment