$createAnimationController static method
Wrapper for the BottomSheet.createAnimationController method
Implementation
static $Value? $createAnimationController(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = BottomSheet.createAnimationController(
args[0]!.$value,
sheetAnimationStyle: args[1]?.$value,
);
return runtime.wrapAlways(value);
}