flutter_html_css_border 0.2.0
flutter_html_css_border: ^0.2.0 copied to clipboard
A flutter_html extension that renders the CSS border longhand properties: border-width, border-style, border-color and their per-side and logical forms.
0.2.0 #
- Renamed from
flutter_html_css_border_extensionon pub.flutter-io.cn. The old package stays published and is marked discontinued with this one as its replacement. Class names are unchanged.
0.1.0 #
- Initial release. Adds a
flutter_htmlextension that resolves the CSS border cascade of an element's inline style and writes it back as the shorthandsflutter_htmlparses.border-width,border-style,border-color, the twelve per-side longhands and the logicalborder-block*andborder-inline*forms all render.dashed,dotted,double,groove,ridge,insetandoutsetare drawn as a solid line of the declared width and colour. Flutter'sBorderSidehas no other visible style.