ToolbarButton

@objcMembers
@objc(PESDKToolbarButton)
open class ToolbarButton : Button

A ToolbarButton should be used within an instance of Toolbar. It automatically styles itself to display touch events.

  • The width of the button that is used as a layout constraint within the Toolbar. Default is set to 60.

    Declaration

    Swift

    open var width: CGFloat