LogItem constructor
const
LogItem(
- LogTheme theme,
- Log log, {
- LogItemState state = LogItemState.inactive,
- Duration minActiveDuration = const Duration(seconds: 3),
- Key? key,
Implementation
const LogItem(
this.theme,
this.log, {
this.state = LogItemState.inactive,
this.minActiveDuration = const Duration(seconds: 3),
super.key,
});