HeaderCell constructor
const
HeaderCell({})
Implementation
const HeaderCell({
super.key,
required this.text,
this.span = 1,
this.backgroundColor = const Color(0xff04b935),
this.foregroundColor = Colors.white,
this.borderColor = Colors.white10,
this.width = 100,
this.height = 30,
this.textSize = 12,
this.textAlignment = Alignment.center,
});