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