SummerDataCell constructor
const
SummerDataCell({
- Key? key,
- required Widget child,
- AlignmentGeometry alignment = Alignment.centerLeft,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool ellipsis = false,
- String? tooltip,
Implementation
const SummerDataCell({
super.key,
required this.child,
this.alignment = Alignment.centerLeft,
this.padding = EdgeInsets.zero,
this.ellipsis = false,
this.tooltip,
});