IlIlceDropDown constructor
const
IlIlceDropDown({
- required IlIlceController controller,
- Color? backgroundColor,
- Color? textColor,
- Key? key,
IlIlceDropDown ekranı
Implementation
const IlIlceDropDown(
{required this.controller,
this.backgroundColor,
this.textColor,
super.key});