hasNotch property

bool hasNotch
final

Add notch effect to floating action button

to make floating action button notch transparent set extendBody to true in scaffold

 return Scaffold(
    extendBody: true

  ...
  );

Implementation

final bool hasNotch;