I
Size: a a a
I
I
p
p
DY
p
A
p
p
АЗ
АЗ
p
AP
DY
АЗ
АЗ
Scaffold(
appBar: AppBar(
leading: Builder(
builder: (context) {
return TextButton(
child: Icon(Icons.arrow_back, size: 25, color: Colors.amber),
onPressed: () {
Navigator.of(context).pop();
Navigator.push(context, MaterialPageRoute(builder: (context) => Container()));
},
);
},
),
),
),
АЗ