reference property
final
        Creating a ValueNotifier that will be used to update the reference cross.
Implementation
final ValueNotifier<Cross> reference = ValueNotifier<Cross>(
  SchemasReader().current,
);
Creating a ValueNotifier that will be used to update the reference cross.
final ValueNotifier<Cross> reference = ValueNotifier<Cross>(
  SchemasReader().current,
);