ValueViewer constructor
const
ValueViewer({
- Key? key,
- required RowData data,
- required LazyDataTextStyle style,
Implementation
const ValueViewer({super.key, required this.data, required this.style});