BottomSheetHeaderUiState constructor

const BottomSheetHeaderUiState({
  1. required BottomSheetHeaderTitle title,
  2. BottomSheetHeaderLeading? leading,
  3. BottomSheetHeaderActions? actions,
})

Implementation

const BottomSheetHeaderUiState({
  required this.title,
  this.leading,
  this.actions,
});