child property

Widget? child
final

The widget to display in the search results overlay. If not specified, a Text widget with the default styling will appear instead.

Implementation

final Widget? child;