tabletAppBuilder method
Builder for tablets app platform (iPad, Android Tablets, etc.).
Use this builder to customize the widget appearance and behavior specifically for tablets apps.
Implementation
@override
Widget tabletAppBuilder(BuildContext context) {
return defaultBuilder(context);
}