Class LytParagraph

All Implemented Interfaces:
LytFlowContainer, LytFlowParent, LytErrorSink, Styleable
Direct Known Subclasses:
LytHeading

public class LytParagraph extends LytBlock implements LytFlowContainer
  • Field Details

    • content

      protected final FlowBuilder content
    • paddingLeft

      protected int paddingLeft
    • paddingTop

      protected int paddingTop
    • paddingRight

      protected int paddingRight
    • paddingBottom

      protected int paddingBottom
    • hoveredContent

      @Nullable protected @Nullable LytFlowContent hoveredContent
  • Constructor Details

    • LytParagraph

      public LytParagraph()
  • Method Details