ValueViewer constructor

const ValueViewer({
  1. Key? key,
  2. dynamic data,
})

Implementation

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