LeftUnchain constructor

const LeftUnchain(
  1. bool opacity,
  2. String png, {
  3. Key? key,
})

Implementation

const LeftUnchain(
  this.opacity,
  this.png,
  {super.key}
);