child property

Widget child
final

The Widget that will go inside the button, typically a Text with style TextTheme.titleMedium.

Must not be null.

Implementation

final Widget child;