TextOnlyContent constructor

const TextOnlyContent(
  1. String text
)

Implementation

const TextOnlyContent(this.text) : super(ButtonContentType.textOnly);