fix cpu temp padding

This commit is contained in:
lollipopkit
2023-02-01 10:37:06 +08:00
parent 5ebb4e6b3e
commit 068089d207
5 changed files with 31 additions and 17 deletions

View File

@@ -2,3 +2,4 @@ import 'package:flutter/widgets.dart';
const height13 = SizedBox(height: 13);
const width13 = SizedBox(width: 13);
const width7 = SizedBox(width: 7);