Toast
public struct Toast : Equatable
Undocumented
-
The toast message
Declaration
Swift
public var message: String -
Icon image in front of the text. The default is a checkmark icon.
Declaration
Swift
public var image: Image? -
The duration in seconds for which the toast message is shown. The default is
1.Declaration
Swift
public var duration: Double -
Undocumented
Declaration
Swift
public init(message: String, image: Image? = nil, duration: Double = 1)