ViamRefreshableDataTable constructor
const
ViamRefreshableDataTable({})
Implementation
const ViamRefreshableDataTable({
super.key,
required this.getData,
this.refreshInterval = const Duration(seconds: 1),
this.showLastRefreshed = true,
this.showRefreshControls = true,
});