Separator constructor

const Separator(
  1. SeparatorArgsInfo info, {
  2. String? title,
  3. Key? key,
})

Implementation

const Separator(
  this.info, {
  this.title,
  Key? key,
}) : super(key: key);