shimmer

Creator: coderz1093

Last updated:

Add to Cart

Description:

shimmer

Shimmer #

A package provides an easy way to add shimmer effect in Flutter project




How to use #
import 'package:shimmer/shimmer.dart';

copied to clipboard
SizedBox(
width: 200.0,
height: 100.0,
child: Shimmer.fromColors(
baseColor: Colors.red,
highlightColor: Colors.yellow,
child: Text(
'Shimmer',
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 40.0,
fontWeight:
FontWeight.bold,
),
),
),
);

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.