targetPlatform static method
Get the platform type TargetPlatform
return Theme.of(context).platform
Implementation
static TargetPlatform targetPlatform(BuildContext context) =>
Theme.of(context).platform;
Get the platform type TargetPlatform
return Theme.of(context).platform
static TargetPlatform targetPlatform(BuildContext context) =>
Theme.of(context).platform;