FluidDrawerPosition
public enum FluidDrawerPosition
Enumerations indicating a drawer position.
-
Top
Declaration
Swift
case top
-
Right
Declaration
Swift
case right
-
Bottom
Declaration
Swift
case bottom
-
Left
Declaration
Swift
case left
-
Undocumented
Declaration
Swift
var isTop: Bool { get }
-
Undocumented
Declaration
Swift
var isBottom: Bool { get }
-
Undocumented
Declaration
Swift
var isLeft: Bool { get }
-
Undocumented
Declaration
Swift
var isRight: Bool { get }
-
Undocumented
Declaration
Swift
var isVertical: Bool { get }
-
Undocumented
Declaration
Swift
var isHorizontal: Bool { get }
-
Declaration
Swift
public var description: String { get }