TouchRuleWidget constructor

const TouchRuleWidget({
  1. Key? key,
  2. Widget? child,
  3. required TouchRule rule,
})

Implementation

const TouchRuleWidget({
  Key? key,
  Widget? child,
  required this.rule,
}) : super(key: key, child: child);