Add onTap handler to 'Add' navigation button in HomePage
This commit is contained in:
@@ -510,7 +510,11 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
_buildNavButton('Mail', Icons.mail),
|
_buildNavButton('Mail', Icons.mail),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
_buildNavButton('Add', Icons.add),
|
_buildNavButton(
|
||||||
|
'Add',
|
||||||
|
Icons.add,
|
||||||
|
onTap: () {},
|
||||||
|
),
|
||||||
const SizedBox(width: 16),
|
const SizedBox(width: 16),
|
||||||
if (hasSelectedOrg)
|
if (hasSelectedOrg)
|
||||||
_buildNavButton(
|
_buildNavButton(
|
||||||
|
|||||||
Reference in New Issue
Block a user