menu
tapped package
documentation
tapped
Tapped
Tapped const constructor
Tapped
brightness_4
Tapped
constructor
Null safety
const
Tapped
(
{
Key
?
key
,
Function
?
onTap
,
Function
?
onLongTap
,
Widget
?
child
}
)
Implementation
const Tapped({ Key? key, this.onTap, this.onLongTap, this.child, }) : super(key: key);
tapped package
documentation
tapped
Tapped
Tapped const constructor
Tapped class
Constructors
Tapped
Properties
child
hashCode
key
onLongTap
onTap
runtimeType
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==