var bottom: Double?
s9SwiftDraw11CommandLineO6InsetsV6bottomSdSgvp
6OYH1
import SwiftDraw
struct Insets
enum CommandLine
@frozen struct Double
A double-precision, floating-point value type.
init(top: Double? = nil, left: Double? = nil, bottom: Double? = nil, right: Double? = nil)
var left: Double?
var right: Double?
var top: Double?