child property
final
Child widget to display inside the button, if any. Will be placed after the leading icon and label, but before the trailing icon. This can be used to add custom widgets within the button.
Implementation
final Widget? child;