child property

Widget? child
final

An optional child widget which will be avaliable as child parameter in builder.

Implementation

final Widget? child;