StyledBlock constructor

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

Creates a new empty styled block builder.

Implementation

StyledBlock({RenderConfig renderConfig = const RenderConfig()})
  : _renderConfig = renderConfig;