Query$searchLeagues$Widget constructor
Query$searchLeagues$Widget({
- Key? key,
- Options$Query$searchLeagues? options,
- required QueryBuilder<
Query$searchLeagues> builder,
Implementation
Query$searchLeagues$Widget({
widgets.Key? key,
Options$Query$searchLeagues? options,
required graphql_flutter.QueryBuilder<Query$searchLeagues> builder,
}) : super(
key: key,
options: options ?? Options$Query$searchLeagues(),
builder: builder,
);