menu
muse package
documentation
muse_low_level.dart
RenderBox
hitTestSelf method
hitTestSelf method
dark_mode
light_mode
hitTestSelf
method
bool
hitTestSelf
(
Offset
position
)
Whether this box should add itself to a hit-test path.
Implementation
bool hitTestSelf(Offset position) => false;
muse package
documentation
muse_low_level
RenderBox
hitTestSelf method
RenderBox class