util/functions library

Functions

firstWhere<E>(Iterable<E> list, bool test(E element)) → E?
renderSpriteByRadAngle(Canvas canvas, double radAngle, Rect position, Sprite sprite, {Paint? overridePaint}) → void