multi_state_sheet/stateful_sheet_delegate library

Classes

StatefulSheetDelegate<T>
A sealed class that represents a delegate for the MultiStateSheet.
StatefulSheetDelegateFunction<T, S>
A delegate that holds a function which uses the MultiStateSheetController to compute a dynamic value.
StatefulSheetDelegateValue<T>
A delegate that holds a static value.

Typedefs

StatefulFunctionDelegate<T, S> = T? Function(MultiStateSheetController<S> controller)