no_shimmer

Last updated:

0 purchases

no_shimmer Image
no_shimmer Images
Add to Cart

Description:

no shimmer

NoShimmer #
A simple colored box widget, typically used for showing loading indicator. This is the opposite of shimmer, which has no animation/effects.
This widget is aimed to replace Container for creating a single colored box. Why? Because Container cannot be created using the const keyword.
Using #
import 'package:no_shimmer/no_shimmer.dart'
copied to clipboard
const NoShimmer(
width: 200, // optional, defaults to BoxConstraints.maxWidth
height: 200, // optional, defaults to BoxConstraints.maxHeight
color: Colors.grey, // optional, defaults to Colors.grey[200]
padding: EdgeInsets.all(10), // optional
borderRadius: BorderRadius.all(Radius.circular(20)), // optional
);
copied to clipboard
Note that to use borderRadius with the const keyword available, define borderRadius with any BorderRadius constructors but the BorderRadius.circular.

License:

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

Files In This Product:

Customer Reviews

There are no reviews.