ValueViewer constructor

const ValueViewer({
  1. Key? key,
  2. required RowData data,
  3. required LazyDataTextStyle style,
})

Implementation

const ValueViewer({super.key, required this.data, required this.style});