SeparatorBegin constructor

const SeparatorBegin({
  1. Key? key,
  2. required bool isPortrait,
})

Implementation

const SeparatorBegin({
  Key? key,
  required this.isPortrait,
}) : super(key: key);