targetPlatform static method

TargetPlatform targetPlatform(
  1. BuildContext context
)

Get the platform type TargetPlatform

return Theme.of(context).platform

Implementation

static TargetPlatform targetPlatform(BuildContext context) =>
    Theme.of(context).platform;