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.
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.