[mob] Tiny face widget debug change
This commit is contained in:
parent
7d414a7b7d
commit
38381f6bb0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class _FaceWidgetState extends State<FaceWidget> {
|
|||
),
|
||||
if (kDebugMode)
|
||||
Text(
|
||||
'B: ${widget.face.blur.toStringAsFixed(3)}',
|
||||
'B: ${widget.face.blur.toStringAsFixed(0)}',
|
||||
style: Theme.of(context).textTheme.bodySmall,
|
||||
maxLines: 1,
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue