child property

Widget? child
final

The widget to be shown in the searchField if not specified, Text widget with default styling will be used

Implementation

final Widget? child;