Nop<C>.page constructor

const Nop<C>.page({
  1. Key? key,
  2. required Widget child,
  3. List<NopWidgetBuilder>? builders,
  4. List<Type> groupList = const [],
  5. Object? group,
})

Implementation

const Nop.page({
  super.key,
  required this.child,
  this.builders,
  this.groupList = const [],
  this.group,
})  : create = null,
      value = null;