child property

Widget child
final

The primary content displayed in the button.

Typically contains text, icons, or other widgets that describe the button's action. Automatically aligned according to alignment and styled according to the button's style.

Implementation

final Widget child;