📜  颤振检查平台 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:06.489000             🧑  作者: Mango

代码示例3
bool isIOS = Theme.of(context).platform == TargetPlatform.iOS;
bool isAndroid = Theme.of(context).platform == TargetPlatform.android;