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