Enable animations in the default example

pull/1511/head
Ellet 1 year ago
parent 43da2a2e9f
commit 39154183b7
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 3
      example/lib/pages/home_page.dart

@ -568,6 +568,9 @@ class _HomePageState extends State<HomePage> {
child: QuillProvider(
configurations: QuillConfigurations(
controller: _controller,
sharedConfigurations: QuillSharedConfigurations(
animationConfigurations: QuillAnimationConfigurations.enableAll(),
),
),
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceBetween,

Loading…
Cancel
Save