AntdActionSheetAnimation constructor
const
AntdActionSheetAnimation({
- bool disable = false,
- Duration duration = const Duration(milliseconds: 400),
- AntdAnimated<
AntdActionSheet, AntdActionSheetState> ? maskAnimated = const AntdMaskDefaultAnimated<AntdActionSheet, AntdActionSheetState>(), - 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>()});