children property

List<Widget> children
final

Collection of widgets on which slide animation is applied.

Preferably, Text, Icon or Image should be used.

Implementation

final List<Widget> children;