EstimatedAppBar constructor
Creates a widget that wraps a child with a Container that has a
background color and a top margin that matches the height of the system
status bar.
Implementation
const EstimatedAppBar({required this.backgroundColor, required this.child});