WBStamp constructor

WBStamp(
  1. String stampId,
  2. String path, {
  3. bool? resizable = false,
})

Constructs a WBStamp

Implementation

WBStamp(this.stampId, this.path, {this.resizable = false});