add carton editor for mix carton

This commit is contained in:
tzw
2024-02-02 18:00:51 +06:30
parent 61f119c063
commit 891330a59e
18 changed files with 903 additions and 158 deletions

View File

@@ -37,12 +37,14 @@ class LocalDropdown<T> extends StatelessWidget {
children: [
Padding(
padding: const EdgeInsets.only(right: 18.0),
child: labelKey!=null? LocalText(
context,
labelKey!,
color: Colors.black54,
fontSize: 16,
): const SizedBox(),
child: labelKey != null
? LocalText(
context,
labelKey!,
color: Colors.black54,
fontSize: 16,
)
: const SizedBox(),
),
DropdownButton<T>(
isDense: true,