SizeValue.percent constructor

const SizeValue.percent(
  1. num value
)

Creates a percentage size.

Implementation

const SizeValue.percent(num value) : value = '${value}%';