chore: refactor most theme related classes into a /theme folder

stream_chat_theme.dart remains in /src because I feel it will cause too much of a mess if moved.
This commit is contained in:
groovinchip
2021-07-26 14:46:14 -04:00
parent 695051c3a2
commit bcabbf12db
34 changed files with 1766 additions and 1702 deletions
@@ -0,0 +1,15 @@
export 'avatar_theme.dart';
export 'channel_header_theme.dart';
export 'channel_list_header_theme.dart';
export 'channel_list_view_theme.dart';
export 'channel_preview_theme.dart';
export 'channel_theme.dart';
export 'color_theme.dart';
export 'gallery_footer_theme.dart';
export 'gallery_header_theme.dart';
export 'message_input_theme.dart';
export 'message_list_view_theme.dart';
export 'message_search_list_view_theme.dart';
export 'message_theme.dart';
export 'text_theme.dart';
export 'user_list_view_theme.dart';