CodeBlockLocalizations class

Constructors

CodeBlockLocalizations({String codeBlockNewParagraph = "Insert a new paragraph next to the code block", String codeBlockIndentLines = "Insert two spaces at the line start in code block", String codeBlockOutdentLines = "Delete two spaces at the line start in code block", String codeBlockSelectAll = "Select all content inside a code block", String codeBlockPasteText = "Paste text in codeblock", String language = "Language", String languagePlaceholder = "Select a language", String autoLanguage = "Auto", String copyTooltip = "Copy contents of the code block", String codeBlockAddTwoSpaces = "Add two spaces at cursor position in code block"})
const

Properties

autoLanguage String
final
codeBlockAddTwoSpaces String
final
codeBlockIndentLines String
final
codeBlockNewParagraph String
final
codeBlockOutdentLines String
final
codeBlockPasteText String
final
codeBlockSelectAll String
final
copyTooltip String
final
hashCode int
The hash code for this object.
no setterinherited
language String
final
languagePlaceholder String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited