Switcher Button | Coderz Repository

switcher_button

Last updated:

0 purchases

switcher_button Image
switcher_button Images

Free

Languages

Categories

Add to Cart

Description:

switcher button

switcher_button #
Switcher button.
Flutter switch button with minimal design and material animation and highly
customizable.It can be use as switch button or toggle buttons.




Property
Description




size
Size of widget, width of widget is equal size and height of widget is equal size / 2


onColor
onColor is color of widget when it's on


offColor
offColor is color of widget when it's off


value
initial value of widget if true widget switch on else widget switch off


onChange
When user tap on switch button and change state of widget onChange will call and pass current state of widget



Usage #
SwitcherButton(
value: true,
onChange: (value) {
print(value);
},
)
copied to clipboard
thanks to https://dribbble.com/katelaguta for nice design.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.