Md.*_*ikh 6

考虑使用AppBar actions类似

Scaffold(
      appBar: AppBar(
        actions: [Icon(Icons.ac_unit)], ///here
      ),
      body: Text("Body"),
    );
Run Code Online (Sandbox Code Playgroud)

应用栏概述

有关应用栏的更多信息