YMargin constructor

const YMargin({
  1. Key? key,
  2. required double height,
})

Implementation

const YMargin({Key? key, required this.height}) : super(key: key);