📅  最后修改于: 2022-03-11 14:59:29.500000             🧑  作者: Mango
bool isIOS = Theme.of(context).platform == TargetPlatform.iOS;
bool isAndroid = Theme.of(context).platform == TargetPlatform.android;