mirror of
https://github.com/foss42/apidash.git
synced 2025-05-26 02:36:31 +08:00
fix: review changes
This commit is contained in:
@ -157,6 +157,12 @@ const kTextButtonMinWidth = 44.0;
|
||||
|
||||
const kRandMax = 100000;
|
||||
|
||||
const kSuggestionsMenuWidth = 300.0;
|
||||
const kSuggestionsMenuMaxHeight = 200.0;
|
||||
|
||||
const kReqResTabWidth = 280.0;
|
||||
const kReqResTabHeight = 32.0;
|
||||
|
||||
const kDataTableScrollbarTheme = ScrollbarThemeData(
|
||||
crossAxisMargin: -4,
|
||||
);
|
||||
|
Reference in New Issue
Block a user