LoadingView constructor

const LoadingView({
  1. Key? key,
  2. Size? size,
})

Implementation

const LoadingView({
  Key? key,
  this.size,
}) : super(key: key);