widget/inlines/all library

Classes

CheckBoxConfig
config class for checkbox, tag: input
CodeConfig
config class for code, tag: code
CodeNode
Tag: MarkdownTag.code the code textSpan
ImageNode
Tag: MarkdownTag.img
ImageViewer
show image with InteractiveViewer
ImgConfig
config class for image, tag: img
InputNode
Tag: MarkdownTag.input
MCheckBox
the check box widget

Typedefs

CheckBoxBuilder = Widget Function(bool checked)
define a function to return a checkbox widget
ErrorImgBuilder = Widget Function(String url, String alt, Object error)
ImgBuilder = Widget Function(String url, Map<String, String> attributes)