NsgTableCell constructor

NsgTableCell({
  1. dynamic onTap()?,
  2. bool isSelected = false,
  3. required Widget widget,
  4. String? name,
  5. Color? backColor,
  6. AlignmentGeometry? align = Alignment.center,
})

Implementation

NsgTableCell({this.onTap, this.isSelected = false, required this.widget, this.name, this.backColor, this.align = Alignment.center});