SubMenuMobile constructor

const SubMenuMobile({
  1. Key? key,
  2. required MenuExpandido menu,
  3. bool inicio = false,
})

Implementation

const SubMenuMobile({
  Key? key,
  required this.menu,
  this.inicio = false,
}) : super(key: key);