dashbook library

Typedefs

ChapterBuildFunction = Widget Function(DashbookContext context)
OnChapterChange = void Function(Chapter)
PropertyChanged = void Function()
Signature for a callback function that is called to tell properties that they have updated values.
PropertyEditorBuilder<T> = Widget Function(Property<T> property, PropertyChanged onChanged, Key? key)
Signature for a function that creates the property editor widget.