InlineCodeRun constructor
const
InlineCodeRun({
- required int start,
- required int end,
- required InlineCodeStyle style,
Creates an inline-code run.
Implementation
const InlineCodeRun({
required this.start,
required this.end,
required this.style,
});