menu
iconoir_flutter package
documentation
regular/single_tap_gesture.dart
SingleTapGesture
SingleTapGesture const constructor
SingleTapGesture const constructor
dark_mode
light_mode
SingleTapGesture
constructor
const
SingleTapGesture
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const SingleTapGesture({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/single_tap_gesture
SingleTapGesture
SingleTapGesture const constructor
SingleTapGesture class