horizontalMobileBody method
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);
}
Activates for mobile device screen sizes ith a horizontal orientation. Override to customize the body for these sizes.
Widget horizontalMobileBody(BuildContext context) {
return this.wideBody(context);
}