LoadingIndicatorDark constructor

const LoadingIndicatorDark({
  1. Key? key,
  2. double size = 50,
})

Implementation

const LoadingIndicatorDark({Key? key, this.size = 50}) : super(key: key);