DListener<DState> typedef

DListener<DState> = void Function(BuildContext context, DState state)

Implementation

typedef DListener<DState> = void Function(BuildContext context, DState state);