createAppBaractions method

List<Widget>? createAppBaractions()

创建导航栏 右边按钮集合

Implementation

List<Widget>? createAppBaractions() {
  return null;
}