Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Dec 10, 2023
1 parent 44c9720 commit 03f2fea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/fleather/lib/src/widgets/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ List<String> _insertionToggleableStyleKeys = [
];

class FleatherController extends ChangeNotifier {
FleatherController(
{ParchmentDocument? document, AutoFormats? autoFormats})
FleatherController({ParchmentDocument? document, AutoFormats? autoFormats})
: document = document ?? ParchmentDocument(),
_history = HistoryStack.doc(document),
_autoFormats = autoFormats ?? AutoFormats.fallback(),
Expand Down

0 comments on commit 03f2fea

Please sign in to comment.