mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-23 17:11:23 +00:00
6 lines
128 B
Dart
6 lines
128 B
Dart
import 'package:flutter/widgets.dart';
|
|
|
|
class CardSizes {
|
|
static EdgeInsets get cardCellPadding => const EdgeInsets.all(4);
|
|
}
|