gradient_button

Features

This package is useful for give gradient for button.

Getting started

For example:

GradientButton(
  padding: padding,
  onTap: onTap,
  backgroundColor: Colors.red,
  gradient: LinearGradient(colors: colors),
  size: size,
  text: "button title",
  border: Border(),
  foregroundColor: Colors.white,
  elevation: 0,
  child: child,
);

Additional information

  • you can easily implement of this package also easy to make gradient button.
  • it also fully dynamic package. so you can easily changes for the button.

Libraries

gardient_button