ImpaktfullSeparator constructor

const ImpaktfullSeparator({
  1. required ImpaktfullSeparatorType type,
  2. Key? key,
})

Implementation

const ImpaktfullSeparator({
  required this.type,
  super.key,
});