DebugEntry constructor
const
DebugEntry({})
Implementation
const DebugEntry({
super.key,
required this.title,
this.actions = const [],
required this.child,
this.contentPadding = const EdgeInsets.symmetric(horizontal: 16),
});