사용하지 않는 파일 정리 전 백업 (Phase 10 완료 후 상태)
This commit is contained in:
@@ -18,7 +18,7 @@ class BaseListScreen extends StatelessWidget {
|
||||
final IconData emptyIcon;
|
||||
|
||||
const BaseListScreen({
|
||||
Key? key,
|
||||
super.key,
|
||||
this.headerSection,
|
||||
required this.searchBar,
|
||||
this.filterSection,
|
||||
@@ -30,7 +30,7 @@ class BaseListScreen extends StatelessWidget {
|
||||
this.onRefresh,
|
||||
this.emptyMessage = '데이터가 없습니다',
|
||||
this.emptyIcon = Icons.inbox_outlined,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user