surveytest

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

surveytest

Some testing package
Features #
Used for creating test
Getting started #
download the package and add it in your pubspec yaml
Usage #
showModalBottomSheet(
isScrollControlled: true,
context: context,
builder: (BuildContext context) {
return Padding(
padding: MediaQuery.of(context).viewInsets,
child: Container(
height: MediaQuery.of(context).size.height * 0.70,
child: QuestionWrapper(
firstQuestionAnswer: rating - 1,
customParams: {'tester': 'sachin 2'},
currentlyCollectedAnswers: (val){
print("from main currently collected answer ${val} ");
},
),
),
);
},
).whenComplete(() => {
print("modal is closed 11901")
});
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.