LoadingSpinnerProps constructor

const LoadingSpinnerProps({
  1. String? size,
  2. String? color,
})

Implementation

const LoadingSpinnerProps({
  this.size,
  this.color,
});