ModeSelection constructor

const ModeSelection(
  1. {Key? key}
)

It's a constructor that takes a key as a parameter.

Implementation

const ModeSelection({super.key});