CellItem constructor
CellItem({
- AlignmentGeometry alignment = Alignment.center,
- Color background = Colors.transparent,
- EdgeInsetsGeometry padding = const EdgeInsets.all(0),
- required BuildCell buildCell,
Implementation
CellItem(
{this.alignment = Alignment.center,
this.background = Colors.transparent,
this.padding = const EdgeInsets.all(0),
required this.buildCell});