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: () {},
)