CardAddedSuccessfullySheet constructor
const
CardAddedSuccessfullySheet({})
Implementation
const CardAddedSuccessfullySheet({
super.key,
this.duration = const Duration(seconds: 3),
/// Number of routes to pop when dismissing (e.g. 2 to also close the sheet below).
this.popCount = 1,
});