final
This commit is contained in:
@@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
|
||||
import '../../constants.dart';
|
||||
|
||||
class NavigationBarLogo extends StatelessWidget {
|
||||
const NavigationBarLogo({Key key}) : super(key: key);
|
||||
const NavigationBarLogo({Key? key}) : super(key: key);
|
||||
|
||||
static const IconData logoData = IconData(
|
||||
Constants.FONT_WISETRONIC,
|
||||
|
||||
Reference in New Issue
Block a user