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