Seperator.double constructor

const Seperator.double(
  1. double size, {
  2. Key? key,
})

Implementation

const Seperator.double(this.size, {Key? key}) : super(key: key);