RepeatButton constructor

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

Implementation

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