Skip to content

Commit

Permalink
revert example
Browse files Browse the repository at this point in the history
  • Loading branch information
satotoshitaka11 committed Jan 20, 2025
1 parent cff6664 commit 7ac5d93
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,26 +146,6 @@ class _HomePageState extends State<HomePage> {
config: QuillEditorConfig(
placeholder: 'Start writing your notes...',
padding: const EdgeInsets.all(16),
customStyles: DefaultStyles(
h2: DefaultTextBlockStyle(
DefaultTextStyle.of(context).style.copyWith(
fontSize: 30,
color: DefaultTextStyle.of(context).style.color,
letterSpacing: -0.8,
height: 1.067,
fontWeight: FontWeight.bold,
decoration: TextDecoration.none,
),
HorizontalSpacing(8, 8),
const VerticalSpacing(8, 8),
VerticalSpacing.zero,
BoxDecoration(
border: Border.all(
width: 3,
color: Colors.blue,
),
)),
),
embedBuilders: [
...FlutterQuillEmbeds.editorBuilders(
imageEmbedConfig: QuillEditorImageEmbedConfig(
Expand Down

0 comments on commit 7ac5d93

Please sign in to comment.