toggle_button 0.0.2 copy "toggle_button: ^0.0.2" to clipboard
toggle_button: ^0.0.2 copied to clipboard

discontinued
outdated

A new flutter plugin project.

Usage Example #

import toggle_button.dart

import 'package:toggle_button/toggle_button.dart';

For Toggle Button. #

ToggleButton(
    onChange: (status) {
    },
),

For Customization. #

ToggleButton(
    borderRadius: 40.0,
    size: 15.0,
    backgroundColor: Colors.indigo,
    foregroundColor: Colors.white,
    axis: ToggleButtonAlignment.horizontal,
    deactivatedColor: Colors.grey,
    onChange: (status) {
    },
),
0
likes
30
pub points
19%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on toggle_button