Create account screen
Implemented SignUpView class within signup_view.dart file. Inside this class instances of other classes were used such as ReusableButton that was implemented before and also ReusableTextField and ReusableDivider classes of which implementation was made alongside this task. Both classes are contained in reusable_text_field and reusable_divider .dart files that was spliten in two files each, one containing a configuration class an another an enum and its factory, those files are inside the model -> reusable folder while the main files are located within shared -> component files -> 'specified class name folder'.