LoadingView constructor

const LoadingView({
  1. Key? key,
  2. bool fixedSize = true,
})

Implementation

const LoadingView({Key? key, this.fixedSize = true}) : super(key: key);