ButtonWidget.filled constructor
ButtonWidget.filled({})
Por default este boton ocupa el menor ancho posible acomodando su contenido, al pasarle un maxWidth será para hacerlo más ancho

Implementation
factory ButtonWidget.filled(
{required String titulo,
required Function() onChanged,
double? maxWidth,
TipoBoton? tipoBoton}) = _ButtonFilledWidget;