migrate to mih_package_tooklit
This commit is contained in:
parent
c67529dbac
commit
e5ce03e396
31 changed files with 47 additions and 50 deletions
|
|
@ -87,6 +87,7 @@ class _BusinesProfileState extends State<BusinesProfile> {
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
MzansiProfileProvider mzansiProfileProvider =
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ class _MzansiBusinessProfileViewState extends State<MzansiBusinessProfileView> {
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
if (!widget.fromMzansiDirectory) {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ class _MzansiSetUpBusinessProfileState
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
context.goNamed(
|
||||
|
|
|
|||
|
|
@ -74,6 +74,7 @@ class _MzansiProfileState extends State<MzansiProfile> {
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
// Navigator.of(context).pop();
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ class _MzansiProfileViewState extends State<MzansiProfileView> {
|
|||
MihPackageAction getAction() {
|
||||
return MihPackageAction(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
iconColor: MihColors.secondary(),
|
||||
iconSize: 35,
|
||||
onTap: () {
|
||||
context.pop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue