FastSeparator constructor

const FastSeparator({
  1. double height = 1,
  2. Color color = Colors.black,
  3. double margin = 0,
  4. Axis direction = Axis.horizontal,
})

Implementation

const FastSeparator({this.height = 1, this.color = Colors
    .black, this.margin = 0, this.direction = Axis.horizontal,});