onSemanticTap property
set
onSemanticTap
(SemanticTapCallback? value)
Implementation
set onSemanticTap(SemanticTapCallback? value) {
_onSemanticTap = value;
}
set onSemanticTap(SemanticTapCallback? value) {
_onSemanticTap = value;
}