mirror of
https://github.com/foss42/apidash.git
synced 2025-06-03 00:14:06 +08:00
Add window service
This commit is contained in:
@ -13,6 +13,13 @@ final kColorTransparentState =
|
||||
MaterialStateProperty.all<Color>(Colors.transparent);
|
||||
const kColorTransparent = Colors.transparent;
|
||||
|
||||
const kWindowTitle = "API Dash";
|
||||
const kMinWindowSize = Size(900, 600);
|
||||
const kMinInitialWindowWidth = 1200.0;
|
||||
const kMinInitialWindowHeight = 800.0;
|
||||
|
||||
const kColorSchemeSeed = Colors.blue;
|
||||
final kFontFamily = GoogleFonts.openSans().fontFamily;
|
||||
final kFontFamilyFallback = (!kIsWeb && (Platform.isIOS || Platform.isMacOS))
|
||||
? null
|
||||
: <String>[GoogleFonts.notoColorEmoji().fontFamily!];
|
||||
|
Reference in New Issue
Block a user