ButtonWidget.fromValue constructor
ButtonWidget.fromValue({})
Implementation
factory ButtonWidget.fromValue({
required String titulo,
required ButomType tipo,
required Function() onChanged,
double? maxWidth,
Color? colorTexto,
Color? borderColor,
}) = _ButtonFromValueWidget;