mobileBuilder method

Widget? mobileBuilder(
  1. BuildContext context
)
inherited

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;