expand_tap_area 1.0.2 copy "expand_tap_area: ^1.0.2" to clipboard
expand_tap_area: ^1.0.2 copied to clipboard

retracted

Manually expand the tap area of a widget without changing its size or layout. Similar with the hitTest in iOS development.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add expand_tap_area

With Flutter:

 $ flutter pub add expand_tap_area

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  expand_tap_area: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:expand_tap_area/expand_tap_area.dart';
48
likes
0
pub points
94%
popularity

Publisher

verified publishermalikwang.com

Manually expand the tap area of a widget without changing its size or layout. Similar with the hitTest in iOS development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on expand_tap_area