buildAndroid method

Widget buildAndroid(
  1. BuildContext context
)

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();