MainBody constructor

const MainBody({
  1. required DropDown dropDown,
  2. Key? key,
})

Implementation

const MainBody({required this.dropDown, Key? key}) : super(key: key);