Shimmer constructor

const Shimmer({
  1. required LinearGradient linearGradient,
  2. Widget? child,
  3. Key? key,
})

Implementation

const Shimmer({
  required this.linearGradient,
  this.child,
  Key? key
}):super(key: key);