mobileBuilder method
Builder for mobile platform (both mobile app and mobile web).
Use this builder to customize the widget appearance and behavior for mobile platform in general.
Implementation
Widget? mobileBuilder(BuildContext context) => null;