Skip to content

Not working with bottomAppbar with centerdocked #49

@AwaisQazii

Description

@AwaisQazii

This package is very well created with amazing user experience, but the issue It can't be used with BottomAppBar with CenterDocked location. Is there any workaround of this

Example :
floatingActionButtonLocation:
FloatingActionButtonLocation.centerDocked,
floatingActionButton: SizedBox(
height: 75.h,
width: 75.w,
child: const FloatingActionButton(
elevation: 0,
materialTapTargetSize: MaterialTapTargetSize.shrinkWrap,
backgroundColor: Colors.transparent,
// clipBehavior: Clip.none,
onPressed: null,
child: _buildExpandableFAB(),
),
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions