library Text Styles
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
default Overflow
the default text overflow for all line limited texts
name Text Style
the text styles for the name text
name Max Lines
the max lines allowed for the name text
name Overflow
the text overflow for the name text
version Text Style
the text styles for the version text
version Max Lines
the max lines allowed for the version text
author Text Style
the text styles for the author text
author Max Lines
the max lines allowed for the author text
description Text Style
the text styles for the description text
description Max Lines
the max lines allowed for the description text
licenses Text Style
the text styles for the licenses text