TableSyncStatusView constructor
const
TableSyncStatusView({
- Key? key,
- bool syncOnInit = false,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
Implementation
const TableSyncStatusView({
super.key,
this.syncOnInit = false,
this.padding = EdgeInsets.zero,
});