child property

Widget child
final

The child widget to display and potentially transition from.

When this changes (determined by widget equality and key comparison), a transition animation is triggered using the specified lerp function.

Implementation

final Widget child;