libraryTextStyles

fun libraryTextStyles(defaultOverflow: TextOverflow = TextOverflow.Ellipsis, nameTextStyle: TextStyle? = null, nameMaxLines: Int = 1, nameOverflow: TextOverflow = defaultOverflow, versionTextStyle: TextStyle? = null, versionMaxLines: Int = nameMaxLines, authorTextStyle: TextStyle? = null, authorMaxLines: Int = nameMaxLines, descriptionTextStyle: TextStyle? = null, descriptionMaxLines: Int = 3, licensesTextStyle: TextStyle? = null, fundingTextStyle: TextStyle? = null): LibraryTextStyles

Creates a LibraryTextStyles that represents the default configurations used in a Library

Parameters

defaultOverflow

the default text overflow for all line limited texts

nameTextStyle

the text styles for the name text

nameMaxLines

the max lines allowed for the name text

nameOverflow

the text overflow for the name text

versionTextStyle

the text styles for the version text

versionMaxLines

the max lines allowed for the version text

authorTextStyle

the text styles for the author text

authorMaxLines

the max lines allowed for the author text

descriptionTextStyle

the text styles for the description text

descriptionMaxLines

the max lines allowed for the description text

licensesTextStyle

the text styles for the licenses text