allTypes property
Implementation
static List<TouchSource> allTypes = <TouchSource>[
const TouchSource('toolTypeEraser', 4),
const TouchSource('toolTypeFinger', 1),
const TouchSource('toolTypeMouse', 3),
const TouchSource('toolTypeStylus', 2),
const TouchSource('toolTypeUnknown', 0)
];