TableSyncStatusView constructor

const TableSyncStatusView({
  1. Key? key,
  2. bool syncOnInit = false,
  3. EdgeInsetsGeometry padding = EdgeInsets.zero,
})

Implementation

const TableSyncStatusView({
  super.key,
  this.syncOnInit = false,
  this.padding = EdgeInsets.zero,
});