SizeValue constructor

const SizeValue(
  1. String value
)

Creates a size from a raw CSS value.

Implementation

const SizeValue(this.value);