LLTappable.constrained constructor
const
LLTappable.constrained({})
Implementation
const LLTappable.constrained({
required this.child,
this.onTap,
this.duration = const Duration(milliseconds: 500),
super.key,
}) : _builder = LLTappable._constrainedBuilder;