rebelappstudio / accessibility_tools

MIT License
70 stars 4 forks source link

use kMinInteractiveDimension and kMinInteractiveDimensionCupertino to define MinimumTapArea static constructors #62

Open TDuffinNTU opened 1 day ago

TDuffinNTU commented 1 day ago

The flutter framework already defines these minimum tap target areas, which means the ones defined in minimum_tap_area_checker.dart may become out of sync if they're updated in future versions of either design language.

The desktop values (28 for both) doesn't appear as a constant that I can find so they may have to remain hardcoded for now.