How to set default TextStyle ? #762
sunjianan9900
started this conversation in
General
Replies: 1 comment 1 reply
-
QuillEditor(
...
customStyles: DefaultStyles(
paragraph: DefaultTextBlockStyle(
TextStyle(fontSize: 16, fontStyle: FontStyle.italic),
const Tuple2(0, 0),
const Tuple2(0, 0),
null,
),
),
); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to set default TextStyle ?
Beta Was this translation helpful? Give feedback.
All reactions