Commit 4e074381 authored by Dasun Madushanka's avatar Dasun Madushanka

Update form.dart

parent 46bbccf7
...@@ -3,6 +3,9 @@ import 'package:flutter/material.dart'; ...@@ -3,6 +3,9 @@ import 'package:flutter/material.dart';
typedef OnDelete(); typedef OnDelete();
//add forms
//format of the forms
class UserForm extends StatefulWidget { class UserForm extends StatefulWidget {
final User user; final User user;
final state = _UserFormState(); final state = _UserFormState();
......
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