Table constructor
Table({
- RenderConfig renderConfig = const RenderConfig(),
Creates a new empty table builder.
Implementation
Table({this._renderConfig = const RenderConfig()});