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