remove unused var
This commit is contained in:
parent
ecfa28c287
commit
46ab131ce9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class _MihCircleAvatarState extends State<MihCircleAvatar> {
|
||||||
late ImageProvider<Object>? imagePreview;
|
late ImageProvider<Object>? imagePreview;
|
||||||
|
|
||||||
ImageProvider<Object>? getAvatar() {
|
ImageProvider<Object>? getAvatar() {
|
||||||
Color dark = const Color(0XFF3A4454);
|
// Color dark = const Color(0XFF3A4454);
|
||||||
if (widget.imageFile == null) {
|
if (widget.imageFile == null) {
|
||||||
return null;
|
return null;
|
||||||
// if (widget.backgroundColor == dark) {
|
// if (widget.backgroundColor == dark) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue