Last updated:
0 purchases
randomcolored containers
Radom Colored Container #
This package gives random colors to containers.
Features #
Automaticaly gives radom colors.
Installation #
Add randomcolored_containers: ^0.0.1 to your pubspec.yaml dependencies. And import it:
import 'package:randomcolored_containers/randomcolored_containers.dart';
copied to clipboard
Usage #
RandomColoredContainer(
height: 100,
width: 100,
child: Text('Random Colored Container'),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.