CommandBuilder<T> typedef

CommandBuilder<T> = Widget Function(BuildContext context, CallBridge<T> command)

Implementation

typedef CommandBuilder<T> = Widget Function(
    BuildContext context, CallBridge<T> command);