Flutter自定義背景色漸變 按鈕 元件

2021-10-05 01:45:30 字數 522 閱讀 7850

這是筆者寫的第乙個 flutter 自定義元件,在這裡和大家分享一下,可能稍微有點粗糙,就當學習使用。

首先我們先來看一下效果圖:

**:

import 'package:flutter/material.dart';

@override

widget build(buildcontext context) {

return container(

debugshowcheckedmodebanner: true,

theme: themedata(

primarycolor: color.fromrgbo(67, 144, 87, 1.0),

),home: scaffold(

centertitle: true,

title: text("自定義背景色漸變 登入按鈕 元件"),

),body: center(

// 元件使用

child: lineargrad

iOS UIView背景色漸變

uiview theview uiview alloc initwithframe self headerbackimgview frame self headerview addsubview theview 初始化 cagradientlayer 物件,使它的大小為 uiview 的大小 cag...

DIV背景色漸變

ie下 filter alpha opacity 100 finishopacity 100 style 1,startx 0,starty 0,finishx 100,finishy 50 progid dximagetransform.microsoft.gradient startcolors...

背景色漸變處理 linear gradient

處理各個瀏覽器間的相容,背景色漸變 background moz linear gradient top,0192ed 0 0baeb3 100 background webkit gradient linear,left top,left bottom,color stop 0 0192ed co...