How to Create BotomSheet Using Flutter

Опубликовано: 23 Ноябрь 2022
на канале: Code Spec
15
0

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.


Смотрите видео How to Create BotomSheet Using Flutter онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code Spec 23 Ноябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 15 раз и оно понравилось 0 людям.