gradient_input_border 1.0.0 copy "gradient_input_border: ^1.0.0" to clipboard
gradient_input_border: ^1.0.0 copied to clipboard

discontinuedreplaced by: gradient_borders

Gradient outline input border

Gradient input border #

Use it with InputDecoration

InputDecoration(
        ...
        border: GradientOutlineInputBorder(
          focusedGradient: _focusGradient,
          unfocusedGradient: _unfocusGradient,
        ),
      );
copied to clipboard

demo


Created by iteo
6
likes
20
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

2024.12.08 - 2025.11.02

Gradient outline input border

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on gradient_input_border