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';

Usage

 RandomColoredContainer(
              height: 100,
              width: 100,
              child: Text('Random Colored Container'),
            ),