fix & opt

fix: whether display docker edit host
opt: docker funcs
This commit is contained in:
lollipopkit
2023-02-01 18:24:56 +08:00
parent 1a8d572fbd
commit a63e240ce0
5 changed files with 87 additions and 92 deletions

View File

@@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import '../../data/res/color.dart';
import '../../data/res/menu.dart';
import '../../generated/l10n.dart';
@@ -15,10 +14,7 @@ class DropdownBtnItem {
Widget build(S s) => Row(
children: [
Icon(
icon,
color: primaryColor,
),
Icon(icon),
const SizedBox(
width: 10,
),