flutter AppBar背景渐变色
生活随笔
收集整理的這篇文章主要介紹了
flutter AppBar背景渐变色
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
設置AppBar屬性:flexibleSpace
AppBar(title: const Text('XXXXX', style: Styles.pageTitle),centerTitle: true,flexibleSpace: Container(decoration: BoxDecoration(gradient: LinearGradient(colors: [ColorConfig.gradient_begin,ColorConfig.gradient_end,], begin: Alignment.bottomCenter, end: Alignment.topCenter),),),再去掉狀態欄的半透明改為沉浸式后的效果,如圖
總結
以上是生活随笔為你收集整理的flutter AppBar背景渐变色的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 荣耀X10 Max配置怎么样?今天来聊一
- 下一篇: Python实现支持向量机(基于双月数据