TouchRuleBox constructor

TouchRuleBox({
  1. RenderBox? child,
  2. required TouchRule rule,
})

Implementation

TouchRuleBox({
  RenderBox? child,
  required this.rule,
}) : super(child);