
Integrates `AppTheme` for consistent styling across the Reception page, affecting backgrounds, app bar, cards, and text. Enhances `PrimaryButtonComponent` to support leading icons and centered content, and introduces `OutlineButtonComponent` for secondary actions, standardizing button usage. Improves the AppBar by adding a drawer toggle and updating the title layout and styling. Removes the bottom navigation bar to streamline page navigation.
6 lines
195 B
Dart
6 lines
195 B
Dart
export 'drawer_component.dart';
|
|
export 'loading_progress_component.dart';
|
|
export 'primary_button_component.dart';
|
|
export 'product_scanned_component.dart';
|
|
export 'outline_button_component.dart';
|