InfoWidget constructor

InfoWidget(
  1. Widget message, {
  2. String? align,
  3. double distance = 0,
})

Implementation

InfoWidget(this.message, {this.align, this.distance = 0});