misc
This commit is contained in:
parent
a8220f7743
commit
00e5f416b9
|
@ -170,8 +170,6 @@ class _DocumentViewerScreenState extends ScreenState<DocumentViewerScreen> {
|
|||
final String title = widget.doc.$1.description;
|
||||
final theme = FlutterFlowTheme.of(context);
|
||||
final locale = FFLocalizations.of(context);
|
||||
final Color color = widget.doc.$1.category.color;
|
||||
;
|
||||
|
||||
backAction() => widget.bloc.events.unselectDocument();
|
||||
infoAction() => DetailsComponentWidget(
|
||||
|
|
Loading…
Reference in New Issue