DevBoi

[Flutter] material 앱 샘플 팁 본문

[Mobile]/[Flutter]

[Flutter] material 앱 샘플 팁

HiSmith 2023. 8. 23. 22:40
반응형

여러가지 Material을 사용할 수 있다.

https://api.flutter.dev/flutter/material/TabBar-class.html

 

TabBar class - material library - Dart API

A Material Design primary tab bar. Primary tabs are placed at the top of the content pane under a top app bar. They display the main content destinations. Typically created as the AppBar.bottom part of an AppBar and in conjunction with a TabBarView. If a T

api.flutter.dev

 

해당 사이트에서 샘플로 데모를 돌릴수 있다.

맘에드는 위젯을 소스로 간단하게 빌드 및 테스트 하고 

내 프로젝트에 적용하면된다.

반응형