button static method

ClickableButtonContract button(
  1. String customId
)

Implementation

static ClickableButtonContract button (String customId) => ClickableButton(customId, null, ButtonStyle.primary);