EmptySeparator constructor

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

Implementation

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