Container Class in Flutter
What is Container ?
A Container is a Box. You can specify height , width , color , margin and padding etc. and in the below example.
EdgeInsets.all means all direction (top , bottom , left , right).
Example :
import 'package:flutter/material.dart...