SizeUnit.fixed constructor

const SizeUnit.fixed(
  1. double value
)

Creates a fixed size with the specified value.

Implementation

const factory SizeUnit.fixed(double value) = _FixedSize;