FillEmpty.context constructor

FillEmpty.context(
  1. {required FillEmptyContainer item,
  2. required Function onChange,
  3. required List<State<StatefulWidget>> state,
  4. Key? key}
)

Implementation

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