FChildForStateCallback typedef

FChildForStateCallback = Widget Function(Widget sender, FState? state)

Implementation

typedef FChildForStateCallback = Widget Function(
    Widget sender, FState? state);