Sensible Dev

Results 3 comments of Sensible Dev
trafficstars

@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? ![box-border1](https://user-images.githubusercontent.com/111119168/191142097-681651f9-a05c-4aed-a05f-0508327c26d4.png) 2) A snug border encapsulating only the...