HtmlPadding(double value, [Unit? unit = Unit.px]) : assert(value >= 0, "Padding must be non-negative"), super(value, unit ?? Unit.px);