mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 14:58:28 +08:00
Cleanup consts.dart
This commit is contained in:
@ -10,7 +10,6 @@ const kGitUrl = "https://github.com/foss42/api-dash";
|
||||
const kIssueUrl = "$kGitUrl/issues";
|
||||
|
||||
final kColorTransparent = MaterialStateProperty.all<Color>(Colors.transparent);
|
||||
const kColorBg = Colors.white;
|
||||
|
||||
final kFontFamilyFallback = (!kIsWeb && (Platform.isIOS || Platform.isMacOS))
|
||||
? null
|
||||
@ -29,11 +28,6 @@ const kBorderRadius8 = BorderRadius.all(Radius.circular(8));
|
||||
final kBorderRadius10 = BorderRadius.circular(10);
|
||||
const kBorderRadius12 = BorderRadius.all(Radius.circular(12));
|
||||
|
||||
const kTableContainerDecoration = BoxDecoration(
|
||||
color: kColorBg,
|
||||
borderRadius: kBorderRadius12,
|
||||
);
|
||||
|
||||
const kP1 = EdgeInsets.all(1);
|
||||
const kP5 = EdgeInsets.all(5);
|
||||
const kP8 = EdgeInsets.all(8);
|
||||
|
Reference in New Issue
Block a user