Blank constructor

const Blank(
  1. double value, {
  2. Key? key,
})

Implementation

const Blank(this.value, {super.key}) : assert(value > 0, 'Value of Blank must be greater than zero');