cleanup code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:fcs/helpers/theme.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
Widget badgeCounter(Widget child, int counter) {
|
||||
Widget badgeCounter(Widget child, int? counter) {
|
||||
return Container(
|
||||
width: 120,
|
||||
child: new Stack(
|
||||
|
||||
Reference in New Issue
Block a user