Untitled
unknown
plain_text
2 years ago
227 B
10
Indexable
public extension TPUI.Button {
init(
size: Size,
style: Style,
key: TranslationKey,
state: ButtonState = .enabled,
icon: Image? = nil,
tapped: @escaping () -> Void
) {}
}
Editor is loading...