constants.dart 122 B

12345
  1. import 'package:flutter/material.dart';
  2. class GridHeaderConstants {
  3. static Color get backgroundColor => Colors.grey;
  4. }