For UI that should differ slightly on iOS and Android, i.e. on different platforms, there must be a way to detect
Thanks to Collin, the final answer is:
bool isIOS = Theme.of(context).platform == TargetPlatform.iOS;