1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Clean code

This commit is contained in:
2019-07-01 11:57:34 +02:00
parent 63dfe2827f
commit c3f230efc3
3 changed files with 28 additions and 91 deletions

View File

@ -1,13 +0,0 @@
import 'package:flutter/material.dart';
/// Custom navigation bar item
///
/// @author Pierre HUBERT
class CustomNavigationBarItem extends BottomNavigationBarItem {
const CustomNavigationBarItem({
@required Widget icon,
Widget title,
bool selected,
}) : super(icon: icon, title: title, backgroundColor: Colors.blue,);
}