child property

Widget? child
final

An optional child.

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

Implementation

final Widget? child;