reactionArea property

LiteSwitchReactionArea reactionArea
final

Determines the tap area which will activate / deactivate the switch LiteSwitchReactionArea.full by default. It means you can tap even on a text to control the switch. LiteSwitchReactionArea.toggleOnly means that only the toggle itself will be reactive

Implementation

final LiteSwitchReactionArea reactionArea;