menu
test_scaffold package
documentation
example.dart
Example
add method
add method
dark_mode
light_mode
add
method
int
add
(
int
a
,
int
b
)
Implementation
int add(int a, int b) { return a + b; }
test_scaffold package
documentation
example
Example
add method
Example class