UnknownContentIndicator constructor
const
UnknownContentIndicator({})
Implementation
const UnknownContentIndicator({
super.key,
required this.contentItem,
required this.child,
this.actions = const [],
this.conditions = const [],
this.layout,
this.showDetailOnTap = true,
});