AppDataViewer constructor
const
AppDataViewer({})
Creates an AppDataViewer.
data - The data to display. Can be of any type (String, Map, List, etc.).
isShrinkWrap - Whether to use shrink wrap for the LazyDataViewer. Defaults to false.
isFormatText - Whether to format the text. Defaults to true.
Implementation
const AppDataViewer({
super.key,
this.data,
this.isShrinkWrap = false,
this.isFormatText = true,
});