import 'package:flutter/material.dart'; class G { static double height; static double width; static String imagePath = "assets/images/"; static String facebookLink = "https://www.facebook.com/sayaw.net.1"; static String youtubeLink = "https://www.youtube.com/channel/UCDy-qATrYns2qb0-CCcso4A?view_as=subscriber"; static TextStyle title1 = TextStyle( fontSize: 20, fontWeight: FontWeight.bold); }