In my Flutter app, I have this AppBarWidget setAppBar(){ return new AppBar( title: addAppBarTextWidget('Explore'), elevation: 0.0, leading: addLeadingIcon() ...
確定! 回上一頁