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