Separator constructor

Separator(
  1. bool _show,
  2. SeparatorSize _spacing
)

Implementation

Separator(this._show, this._spacing);