onHover(perform:)
Adds an action to perform when the pointer moves onto or away from the entire row.
Declaration
@MainActor @preconcurrency func onHover(perform action: @escaping (Bool) -> Void) -> some TableRowContent<Self.TableRowValue>
Adds an action to perform when the pointer moves onto or away from the entire row.
@MainActor @preconcurrency func onHover(perform action: @escaping (Bool) -> Void) -> some TableRowContent<Self.TableRowValue>