|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
import 'package:flutter/cupertino.dart';
|
|
|
|
import 'package:flutter/foundation.dart';
|
|
|
|
import 'package:flutter/foundation.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
import 'package:fluffychat/utils/platform_infos.dart';
|
|
|
|
import 'package:fluffychat/utils/platform_infos.dart';
|
|
|
|
@ -203,6 +204,9 @@ abstract class FluffyThemes {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
iconTheme: IconThemeData(color: Colors.white),
|
|
|
|
iconTheme: IconThemeData(color: Colors.white),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
cupertinoOverrideTheme: const CupertinoThemeData(
|
|
|
|
|
|
|
|
textTheme: CupertinoTextThemeData(),
|
|
|
|
|
|
|
|
),
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
static Color blackWhiteColor(BuildContext context) =>
|
|
|
|
static Color blackWhiteColor(BuildContext context) =>
|
|
|
|
|