SyncStatusIndicator constructor

const SyncStatusIndicator({
  1. Key? key,
  2. bool showAsFloatingAction = false,
  3. bool showLabel = true,
})

Implementation

const SyncStatusIndicator({
  super.key,
  this.showAsFloatingAction = false,
  this.showLabel = true,
});