flutter控件InkWell

是一個(gè)效果控件 ,點(diǎn)擊有潑墨的水波的效果 ,長(zhǎng)和Material+顏色透明一起使用

example

Material(
            // 透明
            color: Colors.transparent,
            child: InkWell(
              splashColor: Colors.white.withOpacity(0.1),
              highlightColor: Colors.transparent,
              borderRadius: BorderRadius.circular(8),
              onTap: onTap,
              child: Center(
                child: Container(
                  width: 48,
                  height: 48,
                  alignment: Alignment.center,
                  decoration: BoxDecoration(
                    borderRadius: BorderRadius.circular(60),
                    color: Colors.amber,
                  ),
                  child: Text(
                    title,
                    style: TextStyle(
                      fontSize: 24,
                      color: Colors.white,
                      fontWeight: FontWeight.bold,
                    ),
                  ),
                ),
              ),
            ),
          )
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 自己總結(jié)的Android開源項(xiàng)目及庫。 github排名https://github.com/trending,g...
    passiontim閱讀 2,753評(píng)論 1 26
  • form表單有什么作用?有哪些常用的input 標(biāo)簽,分別有什么作用? 標(biāo)簽用于為用戶輸入創(chuàng)建 HTML 表單。 ...
    杜曉偉_07eb閱讀 201評(píng)論 0 0
  • 人生最美好的事情就是每天早晨都能看到生活賜予我們的那一米陽光,這才是生命最美的開始。如若生命是一場(chǎng)花開的過程,讓...
    子曰貓咪閱讀 299評(píng)論 0 0
  • 我站在窗前 等待一場(chǎng)雨的到來 快看,那黑沉沉的云 埋葬了整個(gè)的天空 就像一張大大的網(wǎng) 覆蓋了世界 吶喊,掙脫 要打...
    小時(shí)公子閱讀 284評(píng)論 7 13

友情鏈接更多精彩內(nèi)容