АР
Size: a a a
АР
АЕ
НС
НС
АЕ
АЕ
S
A
КА
КА
КА
A
НС
НС
НС
Widget buttons(name) {
String name;
return Container(
width: 300,
height: 50,
alignment: Alignment.center,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(25),
gradient: LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: <Color>[
GradientColors.likeRed,
GradientColors.likePurple,
],
),
),
child: Text(
name.toString(),
style: TextStyle(
color: Colors.white, fontSize: 20, fontWeight: FontWeight.w500),
),
);
}
buttons('Включить камеру')
A
A
НС
НС