scaffoldSize property

Size get scaffoldSize

Implementation

Size get scaffoldSize {
  final x = scaffoldDimens.normal;
  return Size(x?.maxWidth ?? screenWidth, x?.maxHeight ?? screenHeight);
}