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

A responsive Flutter button widget that adjusts to screen size.

custom_responsive_button #

A simple and responsive custom button for Flutter apps.

Features #

  • Customizable text, color, radius
  • Automatically adjusts width based on screen size

Usage #

CustomResponsiveButton(
  text: "Click Me",
  color: Colors.blue,
  onPressed: () {},
)
1
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A responsive Flutter button widget that adjusts to screen size.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on custom_responsive_button