IdsEmptyActions constructor

const IdsEmptyActions({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

const IdsEmptyActions({super.key, required this.children});