VpsScanSuccessIndicator constructor

const VpsScanSuccessIndicator({
  1. Key? key,
  2. required String message,
  3. double top = 80,
})

Implementation

const VpsScanSuccessIndicator({
  super.key,
  required this.message,
  this.top = 80,
});