CustomTableRow constructor
const
CustomTableRow({})
Implementation
const CustomTableRow({
super.key,
required this.columns,
this.backgroundColor,
this.textColor,
this.border,
this.height,
this.padding = const EdgeInsets.fromLTRB(16, 4, 16, 4),
this.textStyle,
this.itemRow = const {},
this.onTap,
this.disabled = false
});