bool isIOS = Theme.of(context).platform == TargetPlatform.iOS; bool isAndroid = Theme.of(context).platform == TargetPlatform.android;