Github: https://github.com/faysalneowaz
linkdin: / faysalneowaz
facebook: / codespec33
Hello everyone In This video will show you how you can make a simple profile design.
'
Center(
child: ElevatedButton(
onPressed: () {
showModalBottomSheet(
context: context,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.only(
topLeft: Radius.circular(15.0),
topRight: Radius.circular(15.0),
),
),
builder: (BuildContext c) {
return Container(
height: 200,
decoration: const BoxDecoration(
// color: Colors.amber,
borderRadius: BorderRadius.only(
topLeft: Radius.circular(15.0),
topRight: Radius.circular(15.0),
),
),
child: Column(
children: [
Container(
margin: const EdgeInsets.only(top: 8.0),
height: 3,
width: 65,
decoration: BoxDecoration(
color: Colors.black,
borderRadius: BorderRadius.circular(8.0),
),
),
const ListTile(
leading: Icon(Icons.share),
title: Text('Share'),
),
const ListTile(
leading: Icon(Icons.copy),
title: Text('Copy Link'),
),
const ListTile(
leading: Icon(Icons.edit),
title: Text('Edit'),
),
],
),
);
});
},
child: const Text("Open"),
),
),
'
BE MY FRIEND:
Showwcase: https://faysalneowaz.showwcase.com/
Fiverr: https://www.fiverr.com/faysalneowaz_d
📸Add me on Instagram: / faysalneowaz
🐦Add me on Twitter: / neowazfaysal
📕Add me on Facebook: / faysalneowaz
ABOUT MY CHANNEL:
My name is Faysal Neowaz .
To the outside world I am just an ordinary software developer but secretly with the help of my laptop I fight bugs and create awesome content for the community.
When I was a child I didn’t have many resources to learn new things so I decided to make a channel to help others in learning new awesome things.
And I’ll continue to become the better version of myself.
Watch video How to Create BotomSheet Using Flutter online without registration, duration hours minute second in high quality. This video was added by user Code Spec 23 November 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 15 once and liked it 0 people.