ChangePathWidget constructor

const ChangePathWidget({
  1. Key? key,
  2. required GalleryMediaPickerController provider,
  3. required ValueSetter<AssetPathEntity> close,
  4. required Color albumBackGroundColor,
  5. required Color albumDividerColor,
  6. required Color albumTextColor,
})

Implementation

const ChangePathWidget({
  super.key,
  required this.provider,
  required this.close,
  required this.albumBackGroundColor,
  required this.albumDividerColor,
  required this.albumTextColor,
});