actions: <Widget>[
IconButton(
key: state.btnKey,
icon: Image(
image: AssetImage("assets/images/bokong/bokong_more.png"),
alignment: Alignment.center,
),
tooltip: 'More',
onPressed: () => onShow(state, viewService, dispatch)),
],
网友评论