panelMaxSize property

double panelMaxSize
final

This is the value that set the panel max height. When slide up the panel this value define the max height that panel will be over Body. By default is 400.0 if you want that panel cover the whole Body, set with MediaQuery.of(context).size.height

Implementation

final double panelMaxSize;