Darshan0/FloatingActionBubble

User is forced to use AnimatedIcon

EduardoHenao opened this issue · 1 comments

Some users would like to use standard Icon instances (as the animated icon library is very restricted).

FloatingActionButton(
...
child: AnimatedIcon(
icon: icon,
progress: _animation,
),
onPressed: onPress,
),

added in commit #5