ButtonWidget.widgetOutlined constructor
ButtonWidget.widgetOutlined({})
Por default este botonpuede usarse para poner una imagen widget alado del texto, al pasarle un maxWidth será para hacerlo más ancho

Implementation
factory ButtonWidget.widgetOutlined({
required String titulo,
required Widget widget,
required Function() onChanged,
Color? colorTexto,
double? maxWidth,
double? maxheight,
Color? borderColor,
}) = _ButtonWidgetOutlinedWidget;