FSX-Translate/lib/global/app_general.dart
2024-08-19 15:11:49 +08:00

8 lines
126 B
Dart

import 'package:flutter/material.dart';
const divider = Divider(
height: 1,
thickness: 1,
color: Color(0xff949494),
);