gradient_borders 0.1.0 copy "gradient_borders: ^0.1.0" to clipboard
gradient_borders: ^0.1.0 copied to clipboard

outdated

Gradient borders for inputs and containers

Gradient borders #

Various borders that use gradient instead of boring plain colors.

Usage #

Box borders: #

Change your container borders to use fancy gradients:

Container(
  width: 100,
  height: 100,
  decoration: BoxDecoration(
    border: const GradientBoxBorder(
      gradient: LinearGradient(colors: [Colors.blue, Colors.red]),
      width: 4,
    ),
    borderRadius: BorderRadius.circular(16)
  ),
),

Works with both: border radius, and with BoxShape.circle

image

Input borders #

TBW

The Code Brothers

175
likes
0
pub points
98%
popularity

Publisher

verified publisherwarwas.dev

Gradient borders for inputs and containers

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on gradient_borders