Commit ab48be35 authored by Arham Aulia Nugraha's avatar Arham Aulia Nugraha

apa hayoh

parent 61e41436
...@@ -82,24 +82,45 @@ class Home4 extends StatelessWidget { ...@@ -82,24 +82,45 @@ class Home4 extends StatelessWidget {
height : 50, height : 50,
width : 200, width : 200,
child: ElevatedButton( child: ElevatedButton(
onPressed: (){}, onPressed: (){},
style: DefaultColors(), style: ElevatedButton.styleFrom(
// ElevatedButton.styleFrom( primary: Colors.blue[900],
// primary: Colors.blue, onSurface: Colors.white,
// fixedSize: Size(170, 85), side: BorderSide(
// onPrimary: Colors.white, color: Colors.white
// shape: RoundedRectangleBorder( ),
// borderRadius: BorderRadius.all(Radius.circular(30), shape: RoundedRectangleBorder(
// ) borderRadius: BorderRadius.all(Radius.circular(30)
// )
// ),
child: Text("LEARN MORE",
style: TextStyle(
fontSize: 18,
letterSpacing: 2
), ),
), ),
),
child: Text(
"LEARN MORE",
style: TextStyle(
fontSize: 18,
letterSpacing: 2
),
),
), ),
// child: ElevatedButton(
// onPressed: (){},
// style: DefaultColors(),
// // ElevatedButton.styleFrom(
// // primary: Colors.blue,
// // fixedSize: Size(170, 85),
// // onPrimary: Colors.white,
// // shape: RoundedRectangleBorder(
// // borderRadius: BorderRadius.all(Radius.circular(30),
// // )
// // )
// // ),
// child: Text("LEARN MORE",
// style: TextStyle(
// fontSize: 18,
// letterSpacing: 2
// ),
// ),
// ),
), ),
], ],
), ),
......
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