Commit 0f6cf958 authored by Dasun Madushanka's avatar Dasun Madushanka

Update multi_form.dart

parent af451811
...@@ -10,6 +10,8 @@ class MultiForm extends StatefulWidget { ...@@ -10,6 +10,8 @@ class MultiForm extends StatefulWidget {
_MultiFormState createState() => _MultiFormState(); _MultiFormState createState() => _MultiFormState();
} }
//multifroms view
//can add more forms with plus mark
class _MultiFormState extends State<MultiForm> { class _MultiFormState extends State<MultiForm> {
List<UserForm> users = []; List<UserForm> users = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment