@code { /// /// The content to be displayed inside the button. /// [Parameter] public RenderFragment? ChildContent { get; set; } }