children property

List<SvgPicture> children
final

A list of SVGs required to draw and animate.

Only two children are required therefore more or less than number of SVGs will throw an error.

Implementation

final List<SvgPicture> children;