flutter cupertino 風格組件

CupertinoActivityIndicator(加載中組件)

radius 默認10 加載圖形的半徑值
animating 默認true 是否播放加載動畫

CupertinoAlertDialog(對話框)

action: List 對話框底部按鈕
title 標題
content 內容

CupertinoButton

展示IOS風格按鈕
color 組件顏色
disableColor 禁用顏色
onPressed 按下事件
child 顯示按鈕的文本
enable 是否禁用

Cupertino

cupertinoTabScaffold

選項卡組件
tabbar: cupertinoTabbar
tabBuilder: indexedWidgetBuilder 選項卡視圖構造器

cupertinoTabbar

選項卡按鈕組件,通常有BottomNavigationBarItem
items: list
backgroundcolor 按鈕背景色
activeColor 前景色
iconSize 圖標大小

cupertinoTabView

選項卡視圖組件

cupertinoPageScaffold

頁面的基本佈局結構組件

cupertinoNavigationBar

導航欄結構組件
middle:中間組件,多爲標題
trailing 右邊 多爲菜單按鈕
leading: 左邊按鈕,多爲返回

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章