Skip to main content

updateSheetHeight method

void updateSheetHeight ()

Implementation

void updateSheetHeight() {
bottomSheetHeight = SizeConfig.screenHeight! * 0.65;
notifyListeners();
}