floatingSurface constant

AnchoredPopupMenuStyle const floatingSurface

App-wide floating popup menu styling shared by floating controls.

Implementation

static const floatingSurface = AnchoredPopupMenuStyle(
  color: Color(0xF5FFFFFF),
  shadowColor: Color(0x14000000),
  surfaceTintColor: Colors.transparent,
  shape: RoundedRectangleBorder(
    borderRadius: .all(.circular(16)),
  ),
);