Dim.fitContent constructor

const Dim.fitContent([
  1. bool important = false
])

Fit content.

Implementation

const Dim.fitContent([this.important = false])
  : value = null,
    unit = 'fit-content';