Feature constructor

Feature({
  1. bool show = false,
})

Implementation

Feature({
  this.show = false,
});