Space.width constructor

const Space.width([
  1. double value = 8
])

Implementation

const Space.width([double value = 8]) : super(width: value);