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