child property

Widget? child
final

The child param can be specify to display a widget below this one (e.g: TrimTimeline)

Implementation

final Widget? child;