VS
Size: a a a
VS
NK
appBar: AppBar(
leading: IconButton(
icon: Icon(Icons.arrow_back, color: Colors.black),
onPressed: () {
yourCallback();
Navigator.of(context).pop();
}
),
title: Text("Sample"),
centerTitle: true,
),
VS
NK
ET
KV
VS
NK
ET
ET
KV
KV
w
ET
KV
KV
ET
KV