📅  最后修改于: 2022-03-11 15:00:34.159000             🧑  作者: Mango
appBar: AppBar(
iconTheme: IconThemeData(
color: Colors.black, //change your color here
),
title: Text("Sample"),
centerTitle: true,
),