Text Decoration Style ★
Apply underlines, overlines, or strikethroughs.
★ represents it's an iOS-only prop
Import
src/screens/Component.js
import { decoration } from "nativeflowcss";
Properties
Classes | Native Props | Pattern Box |
---|---|---|
decoration.solid | { textDecorationStyle: "solid" } | solid |
decoration.dotted | { textDecorationStyle: "dotted" } | dotted |
decoration.dashed | { textDecorationStyle: "dashed" } | dashed |
decoration.double | { textDecorationStyle: "double" } | double |