SelectedPathDropdownButton constructor

const SelectedPathDropdownButton({
  1. Key? key,
  2. required GalleryMediaPickerController provider,
  3. required GlobalKey<State<StatefulWidget>>? dropdownRelativeKey,
  4. required Color appBarTextColor,
  5. required Color appBarIconColor,
  6. required Color appBarColor,
  7. required Color albumBackGroundColor,
  8. required Color albumDividerColor,
  9. required Color albumTextColor,
  10. Widget? appBarLeadingWidget,
})

Implementation

const SelectedPathDropdownButton(
    {super.key,
    required this.provider,
    required this.dropdownRelativeKey,
    required this.appBarTextColor,
    required this.appBarIconColor,
    required this.appBarColor,
    required this.albumBackGroundColor,
    required this.albumDividerColor,
    required this.albumTextColor,
    this.appBarLeadingWidget});