NxLoadingSpinner constructor

const NxLoadingSpinner({
  1. Key? key,
  2. Color color = Colors.white,
  3. double size = 20,
})

Implementation

const NxLoadingSpinner({
  Key? key,
  this.color = Colors.white,
  this.size = 20
}) : super(key: key);