Shimmer constructor
const
Shimmer({
- Key? key,
- required LinearGradient linearGradient,
- Widget? child,
Implementation
const Shimmer({
Key? key,
required this.linearGradient,
this.child,
}) : super(key: key);