GNStudentServiceCardDetailTile constructor
const
GNStudentServiceCardDetailTile({})
Implementation
const GNStudentServiceCardDetailTile({
super.key,
required this.labelName,
required this.data,
this.align = TextAlign.start,
this.textColor = Colors.black,
this.dataFlex = NumberConst.INDEX_2,
this.labelFontSize,
this.dataFontSize,
});