Skip to content

Instantly share code, notes, and snippets.

View vektemok's full-sized avatar

vektemok vektemok

  • TechMia
  • Bishkek/Kyrgyzstan
  • 19:10 (UTC -12:00)
View GitHub Profile
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:google_fonts/google_fonts.dart';
/// {@template app_theme}
/// AppTheme.
/// {@endtemplate}
final class AppTheme with DiagnosticableTreeMixin {
/// {@macro app_theme}
const AppTheme({required this.themeData});