reference property

ValueNotifier<Cross> reference
final

Creating a ValueNotifier that will be used to update the reference cross.

Implementation

final ValueNotifier<Cross> reference = ValueNotifier<Cross>(
  SchemasReader().current,
);