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