InlineQueryResultsButton constructor

const InlineQueryResultsButton({
  1. required String text,
  2. required InlineQueryResultsButtonType type,
})

Represents a button to be shown above inline query results

Implementation

const InlineQueryResultsButton({
  required this.text,
  required this.type,
});