TdCell constructor
const
TdCell({
- Key? key,
- GestureTapCallback? onTap,
- Widget? leading,
- Widget? badge,
- required Widget child,
Implementation
const TdCell({
super.key,
this.onTap,
this.leading,
this.badge,
required this.child,
});