FUIBodyComponent

public protocol FUIBodyComponent : FUIBodyBaseComponent where Self.Text : FUIText

Component protocol for Subtitle properties, where text is FUIText (single line)

  • Body text to display

    Declaration

    Swift

    var body: FUIText { get }