boringdeveloper / FlutterSwitch

A Custom Switch package created for Flutter.
https://pub.dev/packages/flutter_switch
BSD 3-Clause "New" or "Revised" License
78 stars 66 forks source link

Changed Icon to Widget #19

Closed woshikie closed 3 years ago

woshikie commented 3 years ago

activeIcon and inactiveIcon expects icons of Icon class. However, I need icons that are images. Therefore, I changed it to expect a widget. Tested and worked for a square image (128x128) containing a circular icon. (with rounded edges cut off)

woshikie commented 3 years ago

Closes as feature has been implemented