Table constructor

Table({
  1. RenderConfig renderConfig = const RenderConfig(),
})

Creates a new empty table builder.

Implementation

Table({this._renderConfig = const RenderConfig()});