InlineStyleEntry constructor

const InlineStyleEntry(
  1. String value, {
  2. bool important = false,
})

Implementation

const InlineStyleEntry(this.value, {this.important = false});