BoxSpecWidget constructor

const BoxSpecWidget({
  1. required BoxSpec? spec,
  2. Key? key,
  3. Widget? child,
})

Implementation

const BoxSpecWidget({required this.spec, super.key, this.child});