CastButton constructor

const CastButton({
  1. Key? key,
  2. double width = 40,
  3. double height = 40,
})

Implementation

const CastButton({super.key, this.width = 40, this.height = 40});