WIP
This commit is contained in:
parent
49df453082
commit
240560e2eb
|
@ -485,9 +485,13 @@ class _VisitorSearchModalTemplateComponentWidgetState
|
|||
context: context,
|
||||
builder: (context) {
|
||||
return Dialog(
|
||||
child: VisitorNotFoundComponentWidget(
|
||||
doc: _model.textController.text,
|
||||
),
|
||||
child: Container(
|
||||
color: Colors.transparent,
|
||||
width: MediaQuery.of(context).size.height * 0.1,
|
||||
height: MediaQuery.of(context).size.height * 0.4,
|
||||
child: VisitorNotFoundComponentWidget(
|
||||
doc: _model.textController.text,
|
||||
)),
|
||||
);
|
||||
},
|
||||
).then((value) => safeSetState(() {
|
||||
|
|
Loading…
Reference in New Issue