function property

T? Function(MultiStateSheetController<S> controller) function
final

A function that receives the current MultiStateSheetController and returns a value of type T or null.

Implementation

final T? Function(MultiStateSheetController<S> controller) function;