MultipleItem constructor

MultipleItem({
  1. Key? key,
})

Implementation

MultipleItem({Key? key}) : super(key: key);