MarkDownConfig class

Inheritance
  • Object
  • GetLifeCycle
  • DisposableInterface
  • GetxController
  • MarkDownConfig
Implemented types

Constructors

MarkDownConfig.new()

Properties

blockquoteContentPadding EdgeInsets
getter/setter pair
blockquoteDecoration BoxDecoration
getter/setter pair
blockquotePadding EdgeInsets
getter/setter pair
bulletListTextStyle TextStyle
getter/setter pair
codeBlockDecoration BoxDecoration
getter/setter pair
codeBlockTextStyle TextStyle
getter/setter pair
codeSpanHeight double
getter/setter pair
codeSpanTextStyle TextStyle
getter/setter pair
copyIconBuilder Widget Function(String text)
getter/setter pair
defaultTextAlign TextAlign
getter/setter pair
defaultTextStyle TextStyle
getter/setter pair
dividerColor Color
getter/setter pair
elementBuilders List
getter/setter pair
emphasisTextStyle TextStyle
getter/setter pair
enableAutolinkExtension bool
getter/setter pair
enableFootnote bool
getter/setter pair
enableHtmlBlock bool
getter/setter pair
enableKbd bool
getter/setter pair
enableSuperscript bool
getter/setter pair
enableTaskList bool
getter/setter pair
footnoteReference TextStyle?
getter/setter pair
footnoteReferenceDecoration BoxDecoration?
getter/setter pair
footnoteReferencePadding EdgeInsets?
getter/setter pair
footNoteStyle TextStyle
getter/setter pair
forceTightList bool
getter/setter pair
h1Icon bool
getter/setter pair
h1Padding EdgeInsets
getter/setter pair
h1TextStyle TextStyle
getter/setter pair
h2Padding EdgeInsets
getter/setter pair
h2TextStyle TextStyle
getter/setter pair
h3Padding EdgeInsets
getter/setter pair
h3TextStyle TextStyle
getter/setter pair
h4Padding EdgeInsets
getter/setter pair
h4TextStyle TextStyle
getter/setter pair
h5Padding EdgeInsets
getter/setter pair
h5TextStyle TextStyle
getter/setter pair
h6Padding EdgeInsets
getter/setter pair
h6TextStyle TextStyle
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setterinherited
height double
getter/setter pair
highlightTextStyle TextStyle
getter/setter pair
initialized bool
Checks whether the controller has already been initialized.
no setterinherited
isClosed bool
Checks whether the controller has already been closed.
no setterinherited
kbdTextStyle TextStyle
getter/setter pair
linkTap ↔ dynamic Function(String? href, String? title)
getter/setter pair
linkTextstyle TextStyle
getter/setter pair
listeners int
no setterinherited
listItemMarkerTrailingSpace double
getter/setter pair
listItemMinIndent double
getter/setter pair
listItemTextStyle TextStyle
getter/setter pair
markdownListItemMarkerBuilder Widget Function(MarkdownListType style, String? number, TextStyle listItemStyle)
getter/setter pair
markdownSyntaxList List<Syntax>
getter/setter pair
nodesFilter List<Node> Function(List<Node> nodes)?
final
onDelete → InternalFinalCallback<void>
Internal callback that starts the cycle of this controller.
finalinherited
onStart → InternalFinalCallback<void>
Called at the exact moment the widget is allocated in memory. It uses an internal "callable" type, to avoid any @overrides in subclases. This method should be internal and is required to define the lifetime cycle of the subclass.
finalinherited
orderedListTextStyle TextStyle
getter/setter pair
paragraphPadding EdgeInsets
getter/setter pair
replaceTabsWith String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionColor Color
getter/setter pair
strikethroughTextStyle TextStyle
getter/setter pair
strongEmphasisTextStyle TextStyle
getter/setter pair
subscriptTextStyle TextStyle
getter/setter pair
superscriptTextStyle TextStyle
getter/setter pair
svEditHint String
getter/setter pair
tableBorder TableBorder
getter/setter pair
tableCellPadding EdgeInsets
getter/setter pair
tableColumnWidth IntrinsicColumnWidth
getter/setter pair
tableRowDecoration BoxDecoration?
getter/setter pair
tableRowDecorationAlternating MarkdownAlternating?
getter/setter pair
textdirection TextDirection
getter/setter pair
thickness double
getter/setter pair
toolbarBoldTip String
getter/setter pair
toolbarBulletListTip String
getter/setter pair
toolbarCheckBoxTip String
getter/setter pair
toolbarCodeBlockTip String
getter/setter pair
toolbarDecoration Decoration
getter/setter pair
toolbarDelTip String
getter/setter pair
toolbarDividerTip String
getter/setter pair
toolbarH1Tip String
getter/setter pair
toolbarH2Tip String
getter/setter pair
toolbarH3Tip String
getter/setter pair
toolbarH4Tip String
getter/setter pair
toolbarH5Tip String
getter/setter pair
toolbarH6Tip String
getter/setter pair
toolbarItalicTip String
getter/setter pair
toolbarLinkTip String
getter/setter pair
toolbarNumbertListTip String
getter/setter pair
toolbarPhotoTip String
getter/setter pair
toolbarQuoteTip String
getter/setter pair
toolbarUnCheckBoxTip String
getter/setter pair

Methods

$configureLifeCycle() → void
inherited
addListener(GetStateUpdate listener) → Disposer
Register a closure to be called when the object notifies its listeners.
inherited
addListenerId(Object? key, GetStateUpdate listener) → Disposer
inherited
dispose() → void
inherited
disposeId(Object id) → void
To dispose an id from future updates(), this ids are registered by GetBuilder() or similar, so is a way to unlink the state change with the Widget from the Controller.
inherited
formate(TextEditingController data) → void
getLatexPadding(String? level) double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyChildrens() → void
inherited
onClose() → void
Called before onDelete method. onClose might be used to dispose resources used by the controller. Like closing events, or streams before the controller is destroyed. Or dispose objects that can potentially create some memory leaks, like TextEditingControllers, AnimationControllers. Might be useful as well to persist some data on disk.
inherited
onInit() → void
Called immediately after the widget is allocated in memory. You might use this to initialize something for the controller.
inherited
onReady() → void
Called 1 frame after onInit(). It is the perfect place to enter navigation events, like snackbar, dialogs, or a new route, or async request.
inherited
refresh() → void
inherited
refreshGroup(Object id) → void
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that the object notifies.
inherited
removeListenerId(Object id, VoidCallback listener) → void
inherited
toolbarFormat(TextEditingController data, String type, FocusNode focusNode) → void
toString() String
A string representation of this object.
inherited
update([List<Object>? ids, bool condition = true]) → void
Rebuilds GetBuilder each time you call update(); Can take a List of ids, that will only update the matching GetBuilder( id: ), ids can be reused among GetBuilders like group tags. The update will only notify the Widgets, if condition is true.
inherited

Operators

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