EzSpacer.row constructor

const EzSpacer.row(
  1. double space
)

SizedBox with width space for creating space in a Row

Implementation

const EzSpacer.row(this.space) : super(width: space);