HideAttribute constructor

const HideAttribute({
  1. bool hide = true,
})

Implementation

const HideAttribute({this.hide = true});