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