ForgeGridStyle constructor

ForgeGridStyle({
  1. ForgeGridSize size = ForgeGridSize.contain,
  2. ForgeGridTextWrap headerWrap = ForgeGridTextWrap.noWrap,
  3. ForgeGridTextWrap textWrap = ForgeGridTextWrap.wrap,
})

Implementation

ForgeGridStyle({
  this.size = ForgeGridSize.contain,
  this.headerWrap = ForgeGridTextWrap.noWrap,
  this.textWrap = ForgeGridTextWrap.wrap,
});