FillEmptyContainer constructor
- {required String languageCode,
 - String name = "Riempi vuoti",
 - ContainerType type = ContainerType.fillEmpty,
 - CupertinoDynamicColor selected = CupertinoColors.systemOrange}
 
Implementation
FillEmptyContainer({
  required super.languageCode,
  super.name = "Riempi vuoti",
  super.type = ContainerType.fillEmpty,
  this.selected = CupertinoColors.systemOrange,
});