V
Size: a a a
V
V
AB
КА
DS
КА
КА
V
@override
Widget build(BuildContext context) {
return LikeButton(
bubblesColor: BubblesColor(
dotPrimaryColor: Colors.white,
dotSecondaryColor: Colors.blue,
),
circleColor: CircleColor(start: Colors.white, end: Colors.blue),
isLiked: _follow,
onTap: onLikeButtonTapped,
animationDuration: Duration(milliseconds: 500),
likeBuilder: (isLiked) {
return Icon(
isLiked ? Icons.add_circle : Icons.add_circle,
color: isLiked ? Color(0xff1251FE) : Colors.white,
size: 28,
);
},
);
}
Ю
Ю
V
AB
ЯЗ
S
SingleChildScrollView
прозводительность кратно вырастает?t
S
t
SR
SR