Calendar Top App Bar
fun CalendarTopAppBar(date: YearMonth, isListExpanded: Boolean, onListButtonClicked: () -> Unit, onMonthNavigationButtonClicked: (Int) -> Unit, modifier: Modifier = Modifier)
달력의 상단바를 표시하기 위한 컴포넌트입니다.
Parameters
date
현재 표시되는 연월입니다.
is Week Expanded
주간 달력 뷰가 확장되었는지 여부입니다.
is List Expanded
목록 뷰가 확장되었는지 여부입니다.
on List Button Clicked
목록 버튼을 클릭했을 때 호출되는 콜백입니다.
on Month Navigation Button Clicked
연월을 변경하는 버튼을 클릭했을 때 호출되는 콜백입니다.
modifier
수정자입니다.