buildAndroid method
This is an optional function allowing you to make the distinction. Build the Android interface. By convention, this involves Material Interface
Implementation
Widget buildAndroid(BuildContext context) => const SizedBox();
This is an optional function allowing you to make the distinction. Build the Android interface. By convention, this involves Material Interface
Widget buildAndroid(BuildContext context) => const SizedBox();