update test
This commit is contained in:
parent
9bd56de170
commit
a86a2285a9
1 changed files with 2 additions and 3 deletions
|
|
@ -149,7 +149,6 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
||||||
formKey: _formKey,
|
formKey: _formKey,
|
||||||
formFields: [
|
formFields: [
|
||||||
MihTextFormField(
|
MihTextFormField(
|
||||||
width: 100,
|
|
||||||
fillColor:
|
fillColor:
|
||||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||||
inputColor:
|
inputColor:
|
||||||
|
|
@ -381,7 +380,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
||||||
controller: _fileNameController,
|
controller: _fileNameController,
|
||||||
hintText: "Selected Avatar File",
|
hintText: "Selected Avatar File",
|
||||||
requiredText: false,
|
requiredText: false,
|
||||||
editable: false,
|
readOnly: false,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
MihImageDisplay(
|
MihImageDisplay(
|
||||||
|
|
@ -406,7 +405,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
||||||
controller: _imagefileController,
|
controller: _imagefileController,
|
||||||
hintText: "Selected Image File",
|
hintText: "Selected Image File",
|
||||||
requiredText: false,
|
requiredText: false,
|
||||||
editable: false,
|
readOnly: false,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue