AntdActionSheetAnimation constructor

const AntdActionSheetAnimation({
  1. bool disable = false,
  2. Duration duration = const Duration(milliseconds: 400),
  3. AntdAnimated<AntdActionSheet, AntdActionSheetState>? maskAnimated = const AntdMaskDefaultAnimated<AntdActionSheet, AntdActionSheetState>(),
  4. AntdAnimated<AntdActionSheet, AntdActionSheetState>? contentAnimated = const AntdPopupOffsetAnimation<AntdActionSheetStyle, AntdActionSheet, AntdActionSheetState>(),
})

Implementation

const AntdActionSheetAnimation(
    {super.disable,
    super.duration,
    super.maskAnimated = const AntdMaskDefaultAnimated<AntdActionSheet,
        AntdActionSheetState>(),
    super.contentAnimated = const AntdPopupOffsetAnimation<
        AntdActionSheetStyle, AntdActionSheet, AntdActionSheetState>()});