Last updated:
0 purchases
gradient container
This package is help to create gradient container.
Getting started #
Add the plugin
dependencies:
...
gradient_container: ^0.0.1
copied to clipboard
Usage #
Import it:
import 'package:gradient_container/gradient_container.dart';
copied to clipboard
Use it:
GradientContainer(
height: 150,
width: 150,
colors: [Colors.red, Colors.pink],
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.