LogRow constructor
const
LogRow({})
Implementation
const LogRow({
required this.children,
this.tail = const [],
required int this.maxLength,
this.maxLines,
this.when,
this.defaultDivider = const LogDivider(' '),
this.alignTail = true,
});