Тёмный
No video :(

Bottom Sheet Widget in Flutter | Flutter Complete Crash Course | Flutter Widgets | 30DaysOfFlutter 

Akshit Madan
Подписаться 35 тыс.
Просмотров 10 тыс.
50% 1

#flutter #bottomsheet #flutterwidgets #flutterui
Code - github.com/akmadan/flutter30d...
Telegram Channel- t.me/akshitmadan
Instagram- / akshitmadan. .
LinkedIn- / akshit-ma. .
Books for Reference -
Hands on Flutter Complete Guide - amzn.to/30Yskc1

Опубликовано:

 

1 июл 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 8   
@manishkarki8119
@manishkarki8119 10 месяцев назад
love from nepal bro🇳🇵❣️
@erendemir4049
@erendemir4049 3 года назад
Dude you are great
@balavardhanreddy8581
@balavardhanreddy8581 2 года назад
Thank U very very much bro , now I resolved my issue by watching 2 min of your video I subscribed your channel Lots of love
@ArunMonarunmonv
@ArunMonarunmonv 3 года назад
Thank you
@tatakaedattebayo8208
@tatakaedattebayo8208 2 года назад
Hope you give reply to me Can u change the color of icon inside the modalBottomSheet using inkwell Scaffold --- body ---Card(gesture detector ----- ontap)(print("outer") --- ModalBottomSheet --- Inkwell(ontap icon color should change)(print("inner") Terminal outer inner outer then color is changing class MyStatelessWidget extends StatefulWidget { MyStatelessWidget({ Key? key, }) : super(key: key); @override State createState() => _MyStatelessWidgetState(); } bool isFavorite = false; class _MyStatelessWidgetState extends State { @override Widget build(BuildContext context) { return Center( child: GestureDetector( onTap: () { showModalBottomSheet( context: context, builder: (BuildContext context) { return Container( height: 200, // color: Colors.amber, child: Center( child: Column( mainAxisAlignment: MainAxisAlignment.center, mainAxisSize: MainAxisSize.min, children: [ // bottomlisttile(isFavorite: isFavorite, name: "") GestureDetector( onTap: () { setState(() { isFavorite = !isFavorite; }); }, child: new ListTile( // trailing: InkWell( // child: Icon(Icons.share), // ), trailing: isFavorite ? Icon( Icons.favorite, color: Colors.yellow ) : Icon(Icons.favorite), title: new Text('Your Text', style: new TextStyle( fontWeight: FontWeight.bold, fontSize: 14.0)), ), ), ], ), ), ); }, ); }, child: Container( height: MediaQuery.of(context).size.height / 4, width: MediaQuery.of(context).size.width, child: Card( child: Image.network( 'placeimg.com/640/480/any', fit: BoxFit.fill, ), shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10.0), ), elevation: 5, margin: EdgeInsets.all(10), ), ), ), ); }}
@mohammedshahidma1563
@mohammedshahidma1563 3 года назад
Waiting for the next video!!!
@akshjain5680
@akshjain5680 Год назад
Good video
@user-wv9he8uk1e
@user-wv9he8uk1e 2 года назад
Good
Далее
КАК Я ЭТО СДЕЛАЛА?
00:13
Просмотров 412 тыс.
Top 30 Flutter Tips and Tricks
6:50
Просмотров 544 тыс.
Most overpowered way to build mobile apps?
8:33
Просмотров 751 тыс.
Watch me give a Flutter Mock Interview!
13:08
Просмотров 4,8 тыс.
Full Guide to Bottom Sheets - UX With Material3
11:54
КАК Я ЭТО СДЕЛАЛА?
00:13
Просмотров 412 тыс.