child property
final
The Widget that will go inside the button, typically a Text with style TextTheme.titleMedium.
Must not be null.
Implementation
final Widget child;
The Widget that will go inside the button, typically a Text with style TextTheme.titleMedium.
Must not be null.
final Widget child;