createAppBarBottomWidget method

PreferredSizeWidget? createAppBarBottomWidget()

创建AppBar bottom

Implementation

PreferredSizeWidget? createAppBarBottomWidget() {
  return null;
}