LoadingSpinner constructor

const LoadingSpinner({
  1. Key? key,
})

Implementation

const LoadingSpinner({Key? key}) : super(key: key);