CircularAvatar7.1 Flutter 아이콘 버튼의 배경색을 설정하는 방법은 무엇인가요?, How to set background color for an icon button? 질문 아이콘 버튼에 배경색을 적용하고 싶지만 명시적인 backgroundColor 속성을 찾을 수 없습니다. 이렇게 하려고 합니다: 현재까지 이렇게 성취했습니다: 지금까지의 코드는 다음과 같습니다: @override Widget build(BuildContext context) { return Scaffold( resizeToAvoidBottomPadding: false, backgroundColor: Color(0xFF13212C), appBar: AppBar( title: Text('데모'), ), drawer: appDrawer(), body: new Center( child: new Column( crossAxisAlignment: CrossAxisAlignment.stretch, // mainA.. 2023. 9. 26. 이전 1 다음