mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 02:39:19 +08:00
Refactor AI model selection and config handling
This commit is contained in:
@@ -28,6 +28,7 @@ const kP6 = EdgeInsets.all(6);
|
||||
const kP8 = EdgeInsets.all(8);
|
||||
const kP10 = EdgeInsets.all(10);
|
||||
const kP12 = EdgeInsets.all(12);
|
||||
const kP20 = EdgeInsets.all(20);
|
||||
const kPs8 = EdgeInsets.only(left: 8);
|
||||
const kPs2 = EdgeInsets.only(left: 2);
|
||||
const kPe4 = EdgeInsets.only(right: 4);
|
||||
|
||||
Reference in New Issue
Block a user