shimmer_pro

Creator: coderz1093

Last updated:

Add to Cart

Description:

shimmer pro

Shimmer Pro #
Shimmer effect with easy usage.




How to use #
import 'package:shimmer_pro/shimmer_pro.dart';
copied to clipboard
ShimmerPro.text(
light: shimmerlight,
width: 450,
scaffoldBackgroundColor: bgColor,
),
copied to clipboard
ShimmerPro.sized(
light: shimmerlight,
scaffoldBackgroundColor: bgColor,
height: 100,
width: 100,
borderRadius: 50,
),
copied to clipboard
ShimmerPro.generated(
light: shimmerlight,
scaffoldBackgroundColor: bgColor,
child: Row(
children: [
ShimmerPro.sized(
light: shimmerlight,
scaffoldBackgroundColor: bgColor,
height: 100,
width: 100,
),
ShimmerPro.sized(
light: shimmerlight,
scaffoldBackgroundColor: bgColor,
height: 100,
width: 100,
),
ShimmerPro.text(
light: shimmerlight,
scaffoldBackgroundColor: bgColor,
width: 150,
)
],
)),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.