短視訊平臺原始碼,透明導航欄 AppBar

zhibo系統開發發表於2021-11-10

短視訊平臺原始碼,透明導航欄 AppBar實現的相關程式碼

appBar: AppBar(
title: Text('透明導航欄'),
backgroundColor: Colors.transparent, // 背景顏色設定為透明
shadowColor: Colors.transparent, // 陰影也要設定為透明
//elevation: 0,
),

以上就是短視訊平臺原始碼,透明導航欄 AppBar實現的相關程式碼, 更多內容歡迎關注之後的文章


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69978258/viewspace-2841507/,如需轉載,請註明出處,否則將追究法律責任。

相關文章