펄럭 appbar 작은 텍스트 높이의 크기 변경

코드 예제

5
0

펄럭 appbar 폭

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

플러터 추가를 높이 appbar

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
..................................................................................................................