LeanAppTheme constructor

LeanAppTheme()

The constructor needs: A ColorSet that holds all the colors of LeanAppTheme . A TextSizeSet that holds all the heading font sizes of LeanAppTheme. A TextSizeSet that holds all the regular text font sizes of LeanAppTheme.

Implementation

LeanAppTheme() : super(colorSet: LeanColorSet(),headingSizeSet: LeanHeadingSizeSet(),textSizeSet: LeanTextSizeSet());