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