ArcaneFeatureRow.included constructor
const
ArcaneFeatureRow.included({})
Creates a feature row for an included feature.
Implementation
const ArcaneFeatureRow.included({
required this.feature,
this.includedColor,
this.strikethrough = true,
this.circularIcon = true,
this.tooltip,
this.iconSize,
super.key,
}) : included = true,
excludedColor = null;