add tool title to MIH Home
This commit is contained in:
parent
4c4f2f5e28
commit
17e24782ac
3 changed files with 9 additions and 96 deletions
|
|
@ -72,12 +72,21 @@ class _MihHomeState extends State<MihHome> {
|
|||
}
|
||||
}
|
||||
|
||||
List<String> getToolTitle() {
|
||||
List<String> toolTitles = [
|
||||
"Personal",
|
||||
"Business",
|
||||
];
|
||||
return toolTitles;
|
||||
}
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MihPackage(
|
||||
appActionButton: getAction(),
|
||||
appTools: getTools(),
|
||||
appBody: getToolBody(),
|
||||
appToolTitles: getToolTitle(),
|
||||
actionDrawer: getActionDrawer(),
|
||||
selectedbodyIndex: _selcetedIndex,
|
||||
onIndexChange: (newValue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue