feat: add dde_button widget.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
const double localManagerPanelWidth = 200;
|
||||
/// [UOS设计指南](https://docs.uniontech.com/zh/content/t_dbG3kBK9iDf9B963ok)
|
||||
|
||||
const double marketPanelWidth = 200;
|
||||
const double localManagerPanelWidth = 260;
|
||||
|
||||
const double marketPanelWidth = 300;
|
||||
|
||||
const shortDuration = const Duration(milliseconds: 100);
|
||||
|
||||
@@ -12,7 +14,11 @@ const longDuration = const Duration(milliseconds: 500);
|
||||
|
||||
const minWindowSize = const Size(800, 600);
|
||||
|
||||
const double defaultBorderRadius = 8;
|
||||
|
||||
const double defaultButtonHeight = 36;
|
||||
|
||||
enum PanelType {
|
||||
local_manager,
|
||||
market,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user