A handle to the location of a widget in the widget tree.
BuildContext是Widget在Widget树中位置的句柄。
BuildContext对象其实是一个element,BuildContext接口被用来阻止直接操作element对象;
在flow布局中BuildContext代表flow控件的位置,可以用来绘制子控件;