child property

Widget? child
final

Children displayed when component is opened.

If null, component will render as disabled.

Implementation

final Widget? child;