gradient_container 0.0.1 copy "gradient_container: ^0.0.1" to clipboard
gradient_container: ^0.0.1 copied to clipboard

This package is help to create gradient container.

This package is help to create gradient container.

Getting started #

Add the plugin

dependencies:
  ...
  gradient_container: ^0.0.1

Usage #

Import it:

import 'package:gradient_container/gradient_container.dart';

Use it:

GradientContainer(
          height: 150,
          width: 150,
          colors: [Colors.red, Colors.pink],
        ),
7
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

This package is help to create gradient container.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gradient_container