AppDataViewer constructor

const AppDataViewer({
  1. Key? key,
  2. dynamic data,
  3. bool isShrinkWrap = false,
  4. bool isFormatText = true,
})

Implementation

const AppDataViewer({
  super.key,
  this.data,
  this.isShrinkWrap = false,
  this.isFormatText = true,
});