FillEmptyContainer constructor

FillEmptyContainer(
  1. {required String languageCode,
  2. String name = "Riempi vuoti",
  3. ContainerType type = ContainerType.fillEmpty,
  4. CupertinoDynamicColor selected = CupertinoColors.systemOrange}
)

Implementation

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