Flutter #03 各種形狀布局清單

2019-05-06

目錄:

  1. 正方形
  2. 圓形
  3. 橢圓
  4. 三角形
  5. 五角星
  6. 總結(jié)

1. 正方形

(1)普通正方形

    @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(color: Colors.pinkAccent),
        ),
      ),
    );
  }
正方形

(2)立體正方形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 立體正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            color: Colors.red,
            boxShadow: const [
              BoxShadow(blurRadius: 10),
            ],
          ),
        ),
      ),
    );
  }
立體正方形

(3) 線性漸變正方形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 線性漸變正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            gradient: LinearGradient(
              colors: const [
                Colors.red,
                Colors.blue,
              ],
            ),
          ),
        ),
      ),
    );
  }
線性漸變正方形

(4)渲染正方形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 渲染正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            gradient: RadialGradient(
              colors: const [Colors.yellow, Colors.blue],
              stops: const [0.4, 1.0],
            ),
          ),
        ),
      ),
    );
  }
渲染正方形

(5)五彩正方形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 五彩正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            gradient: SweepGradient(
              colors: const [
                Colors.blue,
                Colors.green,
                Colors.yellow,
                Colors.red,
                Colors.blue,
              ],
              stops: const [0.0, 0.25, 0.5, 0.75, 1.0],
            ),
          ),
        ),
      ),
    );
  }
五彩正方形

(6)圖片陰影正方形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape:圖片背景正方形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          foregroundDecoration: BoxDecoration(
            backgroundBlendMode: BlendMode.exclusion,
            gradient: LinearGradient(
              colors: const [
                Colors.red,
                Colors.blue,
              ],
            ),
          ),
          child: Image.network(
            'https://flutter.io/images/catalog-widget-placeholder.png',
          ),
        ),
      ),
    );
  }
圖片陰影正方形

2. 圓形

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 圓形')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            color: Colors.purpleAccent,
            shape: BoxShape.circle,
          ),
        ),
      ),
    );
  }

3. 橢圓

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 橢圓')),
      body: Center(
        child: Container(
          height: 200,
          width: 200,
          decoration: BoxDecoration(
            color: Colors.yellow,
            border: Border.all(color: Colors.yellowAccent, width: 2),
            borderRadius: BorderRadius.all(Radius.circular(18)),
          ),
        ),
      ),
    );
  }
橢圓

4. 三角形

 @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 三角形')),
      body: Center(
        child: Container(
          height: 400,
          width: 400,
          transform: Matrix4.rotationZ(pi /4),
          decoration: BoxDecoration(color: Colors.green),
        ),
      ),
    );
  }
三角形

5. 五角星

  @override
  Widget build(BuildContext context) {
    return Scaffold(
      appBar: AppBar(title: Text('shape: 五角星')),
      body:Row /*or Column*/(
        mainAxisAlignment: MainAxisAlignment.center,
        children: <Widget>[
          Icon(Icons.star, size: 50),
          Icon(Icons.star, size: 50),
          Icon(Icons.star_half, size: 50),
        ],
      ),
    );
  }
五角星

6. 總結(jié)


文章是 Android 面向需求開發(fā)系列中的一文壮吩,更多相關(guān)文章請關(guān)注。如若有什么問題觉啊,也可以通過掃描二維碼發(fā)消息給我沈贝。轉(zhuǎn)載請注明出處,謝謝搜吧!

二維碼
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末滤奈,一起剝皮案震驚了整個濱河市撩满,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌昭躺,老刑警劉巖伪嫁,帶你破解...
    沈念sama閱讀 210,914評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件张咳,死亡現(xiàn)場離奇詭異,居然都是意外死亡脚猾,警方通過查閱死者的電腦和手機龙助,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,935評論 2 383
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來军援,“玉大人称勋,你說我怎么就攤上這事『嬷觯” “怎么了蝗蛙?”我有些...
    開封第一講書人閱讀 156,531評論 0 345
  • 文/不壞的土叔 我叫張陵捡硅,是天一觀的道長。 經(jīng)常有香客問我壮韭,道長喷屋,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,309評論 1 282
  • 正文 為了忘掉前任狱庇,我火速辦了婚禮恶耽,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘浪讳。我一直安慰自己涌萤,他們只是感情好,可當我...
    茶點故事閱讀 65,381評論 5 384
  • 文/花漫 我一把揭開白布合呐。 她就那樣靜靜地躺著笙以,像睡著了一般。 火紅的嫁衣襯著肌膚如雪拆祈。 梳的紋絲不亂的頭發(fā)上倘感,一...
    開封第一講書人閱讀 49,730評論 1 289
  • 那天老玛,我揣著相機與錄音钧敞,去河邊找鬼麸粮。 笑死,一個胖子當著我的面吹牛弄诲,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播寂玲,決...
    沈念sama閱讀 38,882評論 3 404
  • 文/蒼蘭香墨 我猛地睜開眼拓哟,長吁一口氣:“原來是場噩夢啊……” “哼伶授!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起逢倍,我...
    開封第一講書人閱讀 37,643評論 0 266
  • 序言:老撾萬榮一對情侶失蹤景图,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后挚币,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體亮蒋,經(jīng)...
    沈念sama閱讀 44,095評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,448評論 2 325
  • 正文 我和宋清朗相戀三年妆毕,在試婚紗的時候發(fā)現(xiàn)自己被綠了慎玖。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,566評論 1 339
  • 序言:一個原本活蹦亂跳的男人離奇死亡笛粘,死狀恐怖趁怔,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情薪前,我是刑警寧澤润努,帶...
    沈念sama閱讀 34,253評論 4 328
  • 正文 年R本政府宣布,位于F島的核電站示括,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏垛膝。R本人自食惡果不足惜鳍侣,卻給世界環(huán)境...
    茶點故事閱讀 39,829評論 3 312
  • 文/蒙蒙 一丁稀、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧倚聚,春花似錦线衫、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,715評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽矿酵。三九已至唬复,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間全肮,已是汗流浹背敞咧。 一陣腳步聲響...
    開封第一講書人閱讀 31,945評論 1 264
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留辜腺,地道東北人休建。 一個月前我還...
    沈念sama閱讀 46,248評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像评疗,于是被迫代替她去往敵國和親测砂。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當晚...
    茶點故事閱讀 43,440評論 2 348