shinyo17
Our dawn is hotter than day
shinyo17
전체 방문자
오늘
어제
  • 분류 전체보기
    • BOJ
      • C++
      • PYTHON
    • Flutter
    • Ruby
    • Javascript
    • TIL
    • ETC

블로그 메뉴

  • 홈
  • 방명록

공지사항

  • @shinyo17

인기 글

태그

  • 포스트호그
  • Flutter Web
  • Firebase Hosting
  • Flutter
  • posthog
  • petner
  • 펫트너
  • dynamic link
  • 플러터
  • Firebase

최근 댓글

최근 글

티스토리

hELLO · Designed By 정상우.
shinyo17

Our dawn is hotter than day

TIL

20210210

2021. 3. 29. 15:35

25 - Tyga

2021. 02. 10

  1. Flutter Text Wrapping, 생략

    • clip : 넘치는 텍스트를 자른다
    • fade : 넘치는 텍스트를 자르며 흐리게 한다
    • Ellipsis: …를 넣어 준다
    • visible: 넘치는 텍스트를 컨테이너 밖에서도 보여 주게 한다
  2. slimy_card

    • ListView를 만들어서 SlimyCard()를 children에 넣어 준다.
    • SlimyCard를 커스터마이징 할 수 있다.
    ListView(
    children: <Widget>[
    SlimyCard(
      color: Colors.white,
      width: 200,
      topCardHeight: 300,
      bottomCardHeight: 400,
      borderRadius: 15,
      topCardWidget: myWidget01(),
      bottomCardWidget: myWidget02(),
      slimeEnabled: true,
            ),
        ],
    ),
  3. scratcher

    • 위젯을 scratcher로 감싸준다.
      Scratcher( brushSize: 30, // 브러쉬 사이즈 threshold: 50, // 완벽하게 지워진 것에 가까운 레벨 color: Colors.red, // 스크래치 색상 child: Container( height: 300, width: 300, child: myWidget(), ), )

'TIL' 카테고리의 다른 글

20210215  (0) 2021.03.29
20210214  (0) 2021.03.29
20210209  (0) 2021.03.29
20210208  (0) 2021.03.29
20210205  (0) 2021.03.29

티스토리툴바