FillEmpty.build constructor
- {required FillEmptyContainer item,
- required Function onChange,
- 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,
});