CustomOverlayThemeData constructor

const CustomOverlayThemeData({
  1. Duration animationDuration = const Duration(milliseconds: 130),
})

Implementation

const CustomOverlayThemeData({
  this.animationDuration = const Duration(milliseconds: 130),
});