ZdsBlockTableCellData constructor

ZdsBlockTableCellData(
  1. {String? text,
  2. Widget? child,
  3. Color? textColor,
  4. Color? backgroundColor,
  5. TextStyle? textStyle,
  6. bool? isSelected,
  7. void onTap(
      )?}
    )

    Creates a new ZdsBlockTableCellData

    Implementation

    ZdsBlockTableCellData