TdCellView constructor
const
TdCellView({
- Key? key,
- EdgeInsetsGeometry? padding,
- GestureTapCallback? onTap,
- required Widget child,
Implementation
const TdCellView({
super.key,
this.padding,
this.onTap,
required this.child,
});