buildiOS method

Widget buildiOS(
  1. BuildContext context
)

This is an optional function allowing you to make the distinction. Build the iOS interface. By convention, this involves Cupertino Interface Defaults to the Material interface design if called yet not implemented

Implementation

Widget buildiOS(BuildContext context) => buildAndroid(context);