CustomTableCell constructor
const
CustomTableCell({
- Key? key,
- required CustomTableColumn attributesColumn,
- required CustomTableColumn attributesItem,
- TextStyle? textStyle,
- Color? backgroundColor,
- Color? textColor,
Implementation
const CustomTableCell({
super.key,
required this.attributesColumn,
required this.attributesItem,
super.textStyle,
super.backgroundColor,
super.textColor
});