child property

Widget child
final

This widget will be displayed inside the button.

It is required to provide a widget to show it as part of the button. Normally Icon widget is expected as a child widget but it is not limited only to it.

Implementation

final Widget child;