ButtonBox constructor

const ButtonBox(
  1. ButtonSchema schema, {
  2. Key? key,
})

Implementation

const ButtonBox(this.schema, {Key? key}) : super(key: key);