NsgTableCell constructor
NsgTableCell({
- dynamic onTap()?,
- bool isSelected = false,
- required Widget widget,
- String? name,
- Color? backColor,
- AlignmentGeometry? align = Alignment.center,
Implementation
NsgTableCell({this.onTap, this.isSelected = false, required this.widget, this.name, this.backColor, this.align = Alignment.center});