로딩
요청 처리 중입니다...

[Flutter] 플러터 블러컨테이너(Blur Container) 만들기

 [Flutter] 플러터 블러컨테이너(Blur Container) 만들기

Flutter blur_ui.dart class TestUi extends StatelessWidget { const TestUi({Key? key}) : super(key: key); @override Widget build(BuildContext context) => Scaffold( backgroundColor: Colors.black, body: SafeArea( child: Stack( children: [ Positioned( top: 0, left: 0, child: Image.network( "https://cdn.dribbble.com/users/2657768/screenshots/15118489/media/9ca2af6ee34f7734a9c3e5d2e39dad4c.png?

compress=1&resize=400x300"), ), Positioned( top: 230, left: 10, child: SizedBox( width: 150, height: 5...

# blur # blurcontainer # container # flutter # 반투명 # 블러 # 플러터