Rule constructor
const
Rule({
- String? text,
- String char = '─',
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const Rule({
this.text,
this.char = '─',
this.renderConfig = const RenderConfig(),
});