I just want to align my AppBar's title to the top instead of to the middle.
AppBar(
title : Text('TITLE'),
toolbarHeight : 100
)
I'm surprised this simple question was never been asked before and hardly found a solution out there. So forgive me if this question should not be here. I'll delete it immediately if it is.

