BottomSheetHeaderUiState constructor
const
BottomSheetHeaderUiState({
- required BottomSheetHeaderTitle title,
- BottomSheetHeaderLeading? leading,
- BottomSheetHeaderActions? actions,
Implementation
const BottomSheetHeaderUiState({
required this.title,
this.leading,
this.actions,
});