扑应用栏行动的文本高度尺寸变化

代码示例

5
0

扑应用栏宽度

appBar: AppBar(
          title: Text('AppBar Height'),
          toolbarHeight: 100.0, // double
          automaticallyImplyLeading: false, // hides back button
        ),
0
0

扑加高度的应用栏

appBar: PreferredSize(
  preferredSize: Size.fromHeight(200.0),
  child: AppBar(
    automaticallyImplyLeading: false,
    flexibleSpace:  Image(
              image: AssetImage('assets/images/banner_image.jpg'),
              fit: BoxFit.cover,
            ),
            backgroundColor: Colors.transparent,
  )
),

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................