Width constructor

const Width([
  1. double value = 0
])

Creates a Width with size value.

Implementation

const Width([double value = 0]) : super(width: value);