Files
flutter_server_box/lib/data/res/sizedbox.dart
2023-02-01 10:37:06 +08:00

6 lines
151 B
Dart

import 'package:flutter/widgets.dart';
const height13 = SizedBox(height: 13);
const width13 = SizedBox(width: 13);
const width7 = SizedBox(width: 7);