Skip to content

Commit

Permalink
Merge branch 'main' into feat/parse-missing-document-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Jan 16, 2025
2 parents 6b0ad69 + 2f3bbbe commit 4e13f51
Show file tree
Hide file tree
Showing 21 changed files with 987 additions and 168 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import 'package:flutter/material.dart';

class CommonPage {
static const decoratorData = Key('DecoratorData');
static const decoratorIconBefore = Key('DecoratorIconBefore');
static const decoratorIconAfter = Key('DecoratorIconAfter');
static const decorData = Key('DecoratorData');
static const decorIconBefore = Key('DecoratorIconBefore');
static const decorIconAfter = Key('DecoratorIconAfter');
static const dialogCloseButton = Key('DialogCloseButton');
static const voicesTextField = Key('VoicesTextField');
}
Loading

0 comments on commit 4e13f51

Please sign in to comment.