LogFeature constructor

LogFeature({
  1. int maxLines = 5000,
})

Implementation

LogFeature({this.maxLines = 5000})
    : super(
        title: 'Log',
        icon: const Icon(Icons.terminal_outlined),
      );