Open shahmirzali49 opened 2 years ago
Hi @Shahmirzali-Huseynov 👋
to set the panel size, use panelMinSize
and panelMaxSize
properties
@luciano-work thanks for replying, but I don't want to set the height myself, is it calculated the height based on the content?
You can define using media query:
final double _panelMinSize = 130.0;
final double _panelMaxSize = MediaQuery.of(context).size.height;
@luciano-work I mean like this -> https://pub.dev/packages/bottom_sheet
but this is bottom_sheet. I want to draggable sheet like what you did, but height based on the content or child widget height.
@Shahmirzali-Huseynov I will analyze your suggestion and see if it possible to implement ;)
Can you add a feature, panel's height be relative based on content