Button.filledButton constructor

Button.filledButton({
  1. String value = "",
})

Implementation

factory Button.filledButton({String value = ""}) {
  return FilledButton(value);
}