flutter_floating_bottom_navigation_bar icon indicating copy to clipboard operation
flutter_floating_bottom_navigation_bar copied to clipboard

AddShadowControl

Open taskcrypto opened this issue 1 year ago • 1 comments

taskcrypto avatar Aug 16 '22 07:08 taskcrypto

You can get natural shadows by setting the properties like this. boxShadows: [ BoxShadow( color: Colors.black12, spreadRadius: 3, blurRadius: 3, offset: Offset(1, 1), ), ],

taskcrypto avatar Aug 16 '22 07:08 taskcrypto