CommonTittleMenu constructor

const CommonTittleMenu({
  1. Key? key,
  2. required String title,
  3. double verticalMargin = 0,
  4. Color textColor = const Color(0xff000000),
})

Implementation

const CommonTittleMenu({Key? key,required this.title, this.verticalMargin=0, this.textColor=const Color(0xff000000)}) : super(key: key);