tags/video library

Functions

defaultVideoWidget(Map<String, String> attributes, {String? url}) Widget
the video widget
getVideoSpan(Element node) InlineSpan
Tag: video(this is not markdown's tag)

Typedefs

VideoBuilder = Widget Function(String? url, Map<String, String> attributes)
VideoWrapper = Widget Function(Widget video)