SpacingRelative constructor

const SpacingRelative(
  1. double factor
)

Creates a relative spacing unit with the specified factor.

Implementation

const SpacingRelative(this.factor);