platforms constant
The platforms that use touch as the primary input. This isn't 100% accurate as there are hybrid devices that use both touch and keyboard/mouse input, i.e., Windows Surface laptops.
Implementation
static const Set<TargetPlatform> platforms = {.android, .iOS, .fuchsia};