NrbHeaderCell constructor
const
NrbHeaderCell({})
Creates an NrbHeaderCell with row and column spanning capabilities.
Implementation
const NrbHeaderCell({
super.key,
required this.text,
this.colSpan = 1,
this.rowSpan = 1,
this.backgroundColor = const Color(0xff04b935),
this.foregroundColor = Colors.white,
this.borderColor = Colors.white10,
this.textSize = 12,
this.textAlignment = Alignment.center,
this.textStyle,
});