MColor.bind constructor

const MColor.bind(
  1. String? bind, {
  2. double opacity = 1.0,
})

Implementation

const MColor.bind(this.bind, {this.opacity = 1.0})
    : hex = null,
      dark = null,
      system = null;