OverlaySize

public protocol OverlaySize

The size information of the overlay.

  • Declaration

    Swift

    var width: Double { get }
  • Declaration

    Swift

    var height: Double { get }