child property

Widget? child
final

Child of this widget. This child will not be rebuilt when the hover state changes. It is recommended to use this child for static content that does not change when the hover state changes.

Implementation

final Widget? child;