Sensible Dev
Sensible Dev
@gskinner I will try and close the issue with an example when I can validate the solution. Two issues are 1) The PR doesn't include the `animate` parameter in the...
Another approach, I tried is ```dart Animate( adapter: TriggerAdapter(triggerCondition), effects: triggeredEffects, child: const Icon(Icons.favorite, size: 50, color: Colors.red), ), ``` This allowed me to decouple and differ the programming of...
Since the widget has complex geometry a border could mean different things, here 1) A rectangular box border encapsulating the entire widget?  2) A snug border encapsulating only the...