V
V
Vitaly2022-02-16 16:38:36
android studio
Vitaly, 2022-02-16 16:38:36

How to output/insert all available class methods/arguments in Android Studio when developing on Flutter?

I am learning Flutter until I know all the arguments/methods of different classes.
Sometimes Android Studio gives me a hint, and sometimes you can even click on this hint and all possible parameters / arguments are automatically inserted ....
620cfe43a1d12669087860.png
How to make it always inserted into the code for me, and then I just deleted / edited what I needed.
type of

TextButton.icon(onPressed: (onPressed), icon: Icon, label: label)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Neonoviiwolf, 2022-02-16
@Neonoviiwolf

when there are mandatory parameters, it will offer 2 options, without parameters and only with mandatory ones, in other cases it will not

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question