ReflowableWebDefaults

constructor(backgroundColor: Color? = null, columnCount: Int? = null, fontSize: Double? = null, fontWeight: Double? = null, hyphens: Boolean? = null, imageFilter: ImageFilter? = null, language: Language? = null, letterSpacing: Double? = null, ligatures: Boolean? = null, lineHeight: Double? = null, linkColor: Color? = null, maximalLineLength: Double? = null, minimalLineLength: Double? = null, optimalLineLength: Double? = null, overridePublisherColors: Boolean? = null, pageMargins: Double? = null, paragraphIndent: Double? = null, paragraphSpacing: Double? = null, readingProgression: ReadingProgression? = null, scroll: Boolean? = null, textAlign: TextAlign? = null, textColor: Color? = null, textNormalization: Boolean? = null, visitedLinkColor: Color? = null, wordSpacing: Double? = null)