child property

Widget? child
final

The child.

This argument is optional and can be null if the entire widget subtree the builder builds reacts to focus and hover changes.

Implementation

final Widget? child;