Separator constructor
const
Separator(
- SeparatorArgsInfo info, {
- String? title,
- Key? key,
Implementation
const Separator(
this.info, {
this.title,
Key? key,
}) : super(key: key);