Tamanho do botão plano da vibração

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