SizeRelative constructor

const SizeRelative(
  1. double factor
)

Creates a relative size unit with the specified factor.

Implementation

const SizeRelative(this.factor);