FillEmpty.build constructor

FillEmpty.build(
  1. {required FillEmptyContainer item,
  2. required Function onChange,
  3. Key? key}
)

This is a named constructor that is used to create a new instance of the FillEmpty class.

Implementation

FillEmpty.build({
  required this.item,
  required super.onChange,
  super.key,
});