TextAtom

interface TextAtom : AtomInterface

An atom that has text

Properties

Link copied to clipboard
abstract val fontFamily: AtomikFontFamily?

the fontFamily associated with the text

Link copied to clipboard
abstract val textColor: AtomikColor

the color of the text

Link copied to clipboard
abstract val typography: AtomikTypographyType

the typography associated with the text

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
val TextAtom.textStyle: TextStyle
fun TextAtom.textStyle(fontFamily: FontFamily): TextStyle

Creates a compose TextStyle from the TextAtom