Tamaño del botón plano de aleteo

// JZ
SizedBox(
  width: double.infinity, // <-- match_parent
  child: RaisedButton(...)
)
Healthy Hummingbird