MarginStyle constructor

MarginStyle({
  1. bool? show,
})

Implementation

MarginStyle({
  this.show,
});