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