horizontalMobileBody method

Widget horizontalMobileBody(
  1. BuildContext context
)

Activates for mobile device screen sizes ith a horizontal orientation. Override to customize the body for these sizes.

Implementation

Widget horizontalMobileBody(BuildContext context) {
  return this.wideBody(context);
}