IlIlceDropDown constructor

const IlIlceDropDown({
  1. required IlIlceController controller,
  2. Color? backgroundColor,
  3. Color? textColor,
  4. Key? key,
})

IlIlceDropDown ekranı

Implementation

const IlIlceDropDown(
    {required this.controller,
    this.backgroundColor,
    this.textColor,
    super.key});