ConditionalWrapper constructor
const
ConditionalWrapper({})
Implementation
const ConditionalWrapper({
required this.child,
required this.wrapperBuilder,
required this.condition,
key,
}) : super(key: key);
const ConditionalWrapper({
required this.child,
required this.wrapperBuilder,
required this.condition,
key,
}) : super(key: key);