SizeButton constructor

const SizeButton(
  1. int size, {
  2. Key? key,
})

Implementation

const SizeButton(this.size, {super.key});