LogPanelBuilder typedef

LogPanelBuilder = Widget Function(LogValueNotifier? listenable, BoxConstraints constraints)

Implementation

typedef LogPanelBuilder = Widget Function(
    LogValueNotifier? listenable, BoxConstraints constraints);