Instance Method インスタンスメソッド

transaction(_:)

Returns a new version of the modifier that will apply the transaction mutation function transform to all transactions within the modifier. この修飾子のある新しいバージョンを返します、それはトランザクション変異関数transformをこの修飾子内の全てのトランザクションに適用するものです。

Declaration 宣言

func transaction(_ transform: @escaping (inout Transaction) -> Void) -> some ViewModifier