tabletAppBuilder method

Widget? tabletAppBuilder(
  1. BuildContext context
)
inherited

Builder for tablets app platform (iPad, Android Tablets, etc.).

Use this builder to customize the widget appearance and behavior specifically for tablets apps.

Implementation

Widget? tabletAppBuilder(BuildContext context) => null;