Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.