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