StyleButtons constructor

const StyleButtons({
  1. bool style = true,
})

Implementation

const StyleButtons({
  this.style = true,
});