Loading constructor

const Loading({
  1. Key? key,
  2. LoadingOptions? options,
  3. LoadingBuilder? builder,
})

Implementation

const Loading({
  super.key,
  this.options,
  this.builder,
});