add carton editor for mix carton
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user