isHandlingInput property

  1. @override
bool isHandlingInput
override

Should return true if this layer wants to handle input when it is the active (top-most) layer. Returns false if any bound UserInterface should not pass any input to the layer.

Implementation

@override
bool get isHandlingInput => true;