EzSpacer constructor

const EzSpacer(
  1. double space
)

SizedBox with height space for creating space in a Column

Implementation

const EzSpacer(this.space) : super(height: space);