Drawable constructor

const Drawable({
  1. bool hidden = false,
})

Default constructor.

Implementation

const Drawable({this.hidden = false});