function property
A function that receives the current MultiStateSheetController and returns
a value of type T or null.
Implementation
final T? Function(MultiStateSheetController<S> controller) function;
A function that receives the current MultiStateSheetController and returns
a value of type T or null.
final T? Function(MultiStateSheetController<S> controller) function;