SizeFixed constructor

const SizeFixed(
  1. double value
)

Creates a fixed size unit with the specified value.

Implementation

const SizeFixed(this.value);