feat: Implement rapid order creation with voice and text input in client mobile app

This commit is contained in:
Achintha Isuru
2026-03-01 12:33:42 -05:00
parent b5001edf06
commit 315e8f9598
4 changed files with 55 additions and 36 deletions

View File

@@ -288,4 +288,7 @@ class UiIcons {
/// Microphone icon
static const IconData microphone = _IconLib.mic;
/// Language icon
static const IconData language = _IconLib.languages;
}