BitmapFormat constructor

BitmapFormat({
  1. int style = 0,
  2. int value = 0,
})

Implementation

BitmapFormat({
  this.style = 0,
  this.value = 0
}): super();