child property

Widget child
final

child represents the widget on the PopupMenuButton may it be Text or Icon onclick of which PopupMenuButton's children will be shown.

Implementation

final Widget child;