Features
Introducing NiceColors - your go-to solution for adding a touch of elegance to your Flutter projects!
Getting started
In your flutter project add the dependency:
dependencies:
nice_colors: ^2.1.0
Import the package:
import 'package:nice_colors/nice_colors.dart';
Usage
Widget lavenderContainer() {
return Container(
color: NiceColors.purple.lavenderWhip,
);
}