InlineQueryResultsButton constructor
const
InlineQueryResultsButton({
- required String text,
- required InlineQueryResultsButtonType type,
Represents a button to be shown above inline query results
Implementation
const InlineQueryResultsButton({
required this.text,
required this.type,
});