How to Create BotomSheet Using Flutter

preview_player
Показать описание


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(
),
),
builder: (BuildContext c) {
return Container(
height: 200,
decoration: const BoxDecoration(
),
),
child: Column(
children: [
Container(
height: 3,
width: 65,
decoration: BoxDecoration(
),
),
const ListTile(
title: Text('Share'),
),
const ListTile(
title: Text('Copy Link'),
),
const ListTile(
title: Text('Edit'),
),
],
),
);
});
},
child: const Text("Open"),
),
),
'

BE MY FRIEND:

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.
Рекомендации по теме
welcome to shbcf.ru