mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-14 02:59:05 +00:00
4 lines
63 B
Dart
4 lines
63 B
Dart
class BoardSizes {
|
|
static double get cardCellVPading => 4;
|
|
}
|