DropDownBlocks constructor
Implementation
const DropDownBlocks({
required this.title,
required this.iconLocation,
required this.items,
required this.color,
required this.visibility,
super.key,
}) : super(listenable: visibility);
const DropDownBlocks({
required this.title,
required this.iconLocation,
required this.items,
required this.color,
required this.visibility,
super.key,
}) : super(listenable: visibility);