NrbCustomWidgetCell constructor
const
NrbCustomWidgetCell({})
Creates a NrbCustomWidgetCell.
Implementation
const NrbCustomWidgetCell({
super.key,
required this.child,
required this.exportText,
this.cellWidth,
this.cellHeight,
this.alignment = Alignment.center,
this.backgroundColor = Colors.white,
this.textColor = Colors.black,
this.isBold = false,
});