import 'package:flutter/widgets.dart'; class CardSizes { static EdgeInsets get cardCellPadding => const EdgeInsets.all(4); }