kAdaptivePlatforms top-level constant
The two platforms every adaptive widget branches on.
Implementation
const List<TargetPlatform> kAdaptivePlatforms = <TargetPlatform>[
TargetPlatform.android,
TargetPlatform.iOS,
];
The two platforms every adaptive widget branches on.
const List<TargetPlatform> kAdaptivePlatforms = <TargetPlatform>[
TargetPlatform.android,
TargetPlatform.iOS,
];