mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-25 18:06:00 +00:00
4 lines
64 B
Dart
4 lines
64 B
Dart
class BoardSizes {
|
|
static double get cardCellVPadding => 6;
|
|
}
|