StatefulSheetDelegateFunction<T, S> constructor

const StatefulSheetDelegateFunction<T, S>({
  1. required T? function(
    1. MultiStateSheetController<S> controller
    ),
})

Creates a delegate with a function function that calculates the value dynamically based on the given MultiStateSheetController.

Implementation

const StatefulSheetDelegateFunction({required this.function});