Compose Unstyled 2.0 is out! Check the official announcement blog ->
Interface

TextStyleStyleScope

An interface that introduces the text property to a Style receiver scope.

Source set: Common
@ExperimentalFoundationStyleApi
interface TextStyleStyleScope :
    TextStyleScope,
    ContentColorScope,
    TextDecorationScope,
    FontFamilyScope,
    TextIndentScope,
    FontSizeScope,
    LineHeightScope,
    LetterSpacingScope,
    BaselineShiftScope,
    FontWeightScope,
    FontStyleScope,
    TextDirectionScope,
    TextAlignScope,
    LineBreakScope,
    HyphensScope,
    TextMotionScope,
    FontSynthesisScope

An interface that introduces the text property to a Style receiver scope.

Last updated: