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