ShimmerLoading constructor

const ShimmerLoading({
  1. required Widget child,
})

Implementation

const ShimmerLoading({
  required this.child,
});