SlotMigration constructor

SlotMigration({
  1. double? progressPercentage,
})

Implementation

SlotMigration({
  this.progressPercentage,
});