ButtonOperatorCard constructor

const ButtonOperatorCard({
  1. Key? key,
  2. required List<Widget> buttons,
  3. bool isSpaceAround = false,
})

Implementation

const ButtonOperatorCard({Key? key, required this.buttons, this.isSpaceAround = false}) : super(key: key);