EmptyDrawable constructor

const EmptyDrawable({
  1. int width = 0,
  2. int height = 0,
})

Creates a drawable that occupies width by height cells.

Implementation

const EmptyDrawable({this.width = 0, this.height = 0});