textshadow (1) 썸네일형 리스트형 Ui 패키지 없이 그라디에이션 꾸미기. 컨테이너, 텍스트 등 . 아래와 같이 그라데이션을 패키지 없이 작성이 가능 합니다. final gradient = LinearGradient( begin: Alignment.topLeft, end: Alignment.bottomRight, colors: [Colors.blueAccent, Colors.redAccent, Colors.amberAccent]); 텍스트 자체의 Shadow 그림자 . . Text('Do Not \nUse\nPackage\nFor this\nGradation.', style: TextStyle(fontSize: 50,fontWeight: FontWeight.bold, shadows: [ Shadow( blurRadius:10.0, // shadow blur color: Colo.. 이전 1 다음