tester
This commit is contained in:
parent
260b1a1feb
commit
c8ad5c5c5b
1 changed files with 4 additions and 2 deletions
|
|
@ -116,10 +116,12 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
const SizedBox(height: 10),
|
||||
MihCircleAvatar(
|
||||
imageFile: imagePreview,
|
||||
width: 150,
|
||||
editable: true,
|
||||
width: 50,
|
||||
editable: false,
|
||||
fileNameController: _fileNameController,
|
||||
userSelectedfile: file,
|
||||
frameColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
onChange: (selectedImage) {
|
||||
setState(() {
|
||||
file = selectedImage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue