UINavigableContent constructor

UINavigableContent(
  1. Object? parent,
  2. List<String> routes, {
  3. int topMargin = 0,
  4. dynamic classes,
  5. dynamic classes2,
  6. dynamic style,
  7. dynamic style2,
  8. bool inline = true,
  9. bool renderOnConstruction = false,
  10. dynamic id,
})

Implementation

UINavigableContent(super.parent, List<String> super.routes,
    {this.topMargin = 0,
    super.classes,
    super.classes2,
    super.style,
    super.style2,
    super.inline,
    super.renderOnConstruction,
    super.id});