HalfBlockImageDrawable constructor

HalfBlockImageDrawable(
  1. Image image, {
  2. int? columns,
  3. int? rows,
})

Implementation

HalfBlockImageDrawable(this.image, {this.columns, this.rows});