Untitled
Anonymous
plain_text
06/22/2023 3:12 PM
304 B
20
Indexable
public extension TPUI.Button {
init(
size: Size,
style: Style,
key: TranslationKey,
state: ButtonState = .enabled,
icon: Image? = nil,
tapped: @escaping () -> Void
) {}
}
Editor is loading...