Clean up warnings
This commit is contained in:
parent
ccd5407f3b
commit
490831ab61
|
|
@ -171,7 +171,7 @@ class _FileImportState extends State<_FileImport> {
|
|||
Widget build(BuildContext context) {
|
||||
final localization = AppLocalization.of(context);
|
||||
|
||||
final children = [
|
||||
final List<Widget> children = [
|
||||
InputDecorator(
|
||||
decoration: InputDecoration(
|
||||
labelText: localization.importType,
|
||||
|
|
|
|||
Loading…
Reference in New Issue