CodeElementBuilder class
Constructors
- CodeElementBuilder({required dynamic colorSelectedBg, required bool useLightMode, required dynamic colorSelectedPrimary, required double markdownPageWidth})
Properties
- colorSelectedBg ↔ dynamic
-
getter/setter pair
- colorSelectedPrimary ↔ dynamic
-
getter/setter pair
-
darkThemeCodeStyle
↔ Map<
String, dynamic> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
lightThemeCodeStyle
↔ Map<
String, dynamic> -
getter/setter pair
- markdownPageWidth ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useLightMode ↔ bool
-
getter/setter pair
Methods
-
getCodeTheme(
) → Map< String, dynamic> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitElementAfterWithContext(
dynamic context, dynamic element, dynamic preferredStyle, dynamic parentStyle) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited