1bf69048f3
update ios project
6 lines
123 B
Dart
6 lines
123 B
Dart
class AppShape {
|
|
static const largeShape = 25.0;
|
|
static const normalShaper = 20.0;
|
|
static const smallShape = 10.0;
|
|
}
|