NavigateGroup constructor

NavigateGroup({
  1. required String key,
  2. String? title,
  3. List<Color>? gradientList,
  4. Color? bgColor,
  5. int? type,
  6. List<NavigateInfo>? children,
  7. bool isGradient = false,
  8. int? gradientDirection,
})

Implementation

NavigateGroup({required this.key,this.title,this.gradientList,this.bgColor,this.type,this.children,this.isGradient = false,this.gradientDirection});