Button.filledButton constructor
Button.filledButton({
- String value = "",
Implementation
factory Button.filledButton({String value = ""}) {
return FilledButton(value);
}
factory Button.filledButton({String value = ""}) {
return FilledButton(value);
}