Posts by João Dionisio • 26 points
1 post
- 
		1 votes1 answer845 viewsA: Calling Layout (Menu) elements in separate filesCome on: You can create a file called 'widgets' where you will keep all the widgets that will be used on more than one screen. Example: import 'package:flutter/material.dart'; class…