circle avatar to handle null
This commit is contained in:
@@ -125,6 +125,8 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
||||
userSelectedfile: file,
|
||||
frameColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
backgroundColor:
|
||||
MzanziInnovationHub.of(context)!.theme.primaryColor(),
|
||||
onChange: (selectedImage) {
|
||||
setState(() {
|
||||
file = selectedImage;
|
||||
|
||||
Reference in New Issue
Block a user