【发布时间】:2020-11-27 16:54:44
【问题描述】:
【问题讨论】:
-
使用 appBar 的“领先”属性。
标签: android ios flutter mobile-application
【问题讨论】:
标签: android ios flutter mobile-application
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title:Text('hi'),
leading: IconButton(
icon: Icon(Icons.accessible),
onPressed: () => Scaffold.of(context).openDrawer(),
),
),
);
你去吧..我会工作的。
【讨论】: