새소식

반응형
App/Flutter

[Flutter] appbar(leading) 로고(아이콘) 사이즈 키우는 방법

  • -
반응형

2023-12-21


사진: Unsplash 의 eberhard 🖐 grossgasteiger


1. 방법

 

아래와 같이 leadingWidth를 넓히면 전체적인 leading에 위치해 있는 로고의 크기를 키울 수 있다.

 

AppBar(
 title: const Text('Title'),
 leading: Placeholder(color: Colors.white),
 leadingWidth: 100,
)

2.출처

 

https://stackoverflow.com/questions/66387869/how-to-increase-size-of-appbar-leading-property-in-flutter

 

How to Increase size of AppBar leading property in flutter?

I'm trying to add my custom text button into AppBar leading property. However when the text gets too long then it end up in multi lines.How to solve this problem ?

stackoverflow.com


메인 이미지 출처 : 사진: Unsplasheberhard 🖐 grossgasteiger

반응형
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.