feat : Page Route Widget
This commit is contained in:
6
packages/chicken/lib/presentation/widget/page_route.dart
Normal file
6
packages/chicken/lib/presentation/widget/page_route.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
Text buildPageRoute(List<String> route) {
|
||||
return Text(route.isEmpty ? 'خانه' : route.join("/"), style: AppFonts.yekan14.copyWith(color: AppColor.bgDark));
|
||||
}
|
||||
Reference in New Issue
Block a user