body method

Activates for screen sizes that do not match the criteria for mobileLayout, horizontalMobileLayout, narrowLayout, or wideLayout. Override to customize the body for these sizes.

Implementation

@visibleForOverriding
Widget body(BuildContext context) {
  return const SizedBox.shrink();
}