How can I get the height of an AppBar in Flutter?
I am using the MarialApp Widget ('package:flutter/material.dart').
I have the height of my Context and would like to deduct the height of the appbar.
final double height = MediaQuery.of(context).size.height;