RenderMultiChoice constructor

const RenderMultiChoice(
  1. MultiChoice choice, {
  2. Key? key,
})

Implementation

const RenderMultiChoice(this.choice, {Key? key}):super(key:key);