SeparatorEnd constructor

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

Implementation

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