getPageWidget method
Implementation
@override
Widget getPageWidget(BuildContext context) => Text(data != null ? data.toString() : 'No data found');
@override
Widget getPageWidget(BuildContext context) => Text(data != null ? data.toString() : 'No data found');