Simple Text Atom
class SimpleTextAtom( val textColor: AtomikColor, val typography: AtomikTypographyType, val fontFamily: AtomikFontFamily?) : Atom, TextAtom
Content copied to clipboard
Convenience class to only get the Text Atom
Constructors
Link copied to clipboard
fun SimpleTextAtom( textColor: AtomikColor, typography: AtomikTypographyType, fontFamily: AtomikFontFamily?)
Content copied to clipboard
Functions
Link copied to clipboard
Checks to see if this Atom implements a certain AtomInterface and if it does returns the interface
Link copied to clipboard
Finds a subComponent matching a specified AtomInterface if it exists