FloatingActionBubble icon indicating copy to clipboard operation
FloatingActionBubble copied to clipboard

Defined as centerDocked but placed to bottom right

Open bartonhammond opened this issue 4 years ago • 1 comments

Just replacing the FAB w/ yours

    floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
        floatingActionButton: _buildFab(context), 

Supposed to look like this:

Screen Shot 2020-12-08 at 12 03 09 PM

But looks like this:

Screen Shot 2020-12-08 at 12 03 45 PM

bartonhammond avatar Dec 08 '20 18:12 bartonhammond

In general it looks like it does not follow any placement positions. I wanted to render the button on the left, but it keeps showing on right which is entirely unusable fo my use-case.

Simplified code. I have different reasons why not use FloatingActionButtonLocation -- having there more butttons. floatingActionButton: Align( alignment: Alignment.bottomLeft, child: _buildFab(context),

strmik avatar Jan 17 '21 15:01 strmik