Changelog file update and final tweeks
This commit is contained in:
@@ -46,7 +46,6 @@ class ExamplePackage extends StatefulWidget {
|
||||
}
|
||||
|
||||
class _ExamplePackageState extends State<ExamplePackage> {
|
||||
int selectedbodyIndex = 0; // Important for state management of the body
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
@@ -64,6 +63,8 @@ class _ExamplePackageState extends State<ExamplePackage> {
|
||||
);
|
||||
}
|
||||
|
||||
int selectedbodyIndex = 0; // Important for state management of the body
|
||||
|
||||
Widget actionButton() {
|
||||
return MihPackageAction(
|
||||
icon: Icon(Icons.arrow_back),
|
||||
|
||||
Reference in New Issue
Block a user