VerticalLogPanelBuilder typedef

VerticalLogPanelBuilder = Widget Function(LogValueNotifier? listenable, BoxConstraints constraints, bool mergeDuplicateLogs)

Implementation

typedef VerticalLogPanelBuilder = Widget Function(LogValueNotifier? listenable,
    BoxConstraints constraints, bool mergeDuplicateLogs);