Separator constructor

const Separator({
  1. Key? key,
})

Implementation

const Separator({Key? key}) : super(key: key);