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