build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Builds the UI for the AppDataViewer.

Returns a Widget that displays the data in a formatted view.

Implementation

@override
Widget build(BuildContext context) {
  return _getView(data);
}