TableSyncPage constructor

const TableSyncPage({
  1. Key? key,
  2. String title = 'Sincronizacion',
  3. bool syncOnInit = false,
  4. EdgeInsetsGeometry padding = EdgeInsets.zero,
})

Implementation

const TableSyncPage({
  super.key,
  this.title = 'Sincronizacion',
  this.syncOnInit = false,
  this.padding = EdgeInsets.zero,
});