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

Gradient Radio Button

✨ Gradient Radio Button #

A highly customizable radio button widget for Flutter with support for gradients, custom colors, and dynamic sizing.

Features #

  • 🎨 Customizable colors and gradients
  • 📏 Adjustable size and padding
  • 🔘 Toggle between active/inactive states
  • 🖌️ Solid colors or gradient fills
  • 🏗️ Simple and intuitive API

Installation #

Add this to your pubspec.yaml:

dependencies:
gradient_radio_button: ^0.1.0

Usage #

import 'package:gradient_radio_button/gradient_radio_button.dart';

GradientRadioButton(
  isActive: true,
  size: 32,
  borderColor: Colors.blue,
  fillColor: Colors.white,
)
1
likes
130
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

Gradient Radio Button

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on gradient_radio_button