highlighter-coachmark icon indicating copy to clipboard operation
highlighter-coachmark copied to clipboard

Highlighted section after an orientation change does not fit

Open sdolski opened this issue 5 years ago • 1 comments

Orientation change while showing the coach mark leads to a highlighted area which does not match the desired widget anymore.

sdolski avatar Apr 11 '19 07:04 sdolski

I wrapped the content in a SafeArea and worked for myself.

return Scaffold( appBar: AppBar(title: Text('Friends')), body: SafeArea(child: content), floatingActionButton: _friends.isEmpty

fuddy-penguin avatar Oct 23 '19 17:10 fuddy-penguin