ShuffleButton constructor

const ShuffleButton({
  1. Key? key,
})

Implementation

const ShuffleButton({Key? key}) : super(key: key);