StatefulSheetDelegateFunction<T, S> constructor
const
StatefulSheetDelegateFunction<T, S> ({
- required T? function(
- MultiStateSheetController<
S> controller
- MultiStateSheetController<
Creates a delegate with a function function that calculates the value
dynamically based on the given MultiStateSheetController.
Implementation
const StatefulSheetDelegateFunction({required this.function});