NomoElevationThemeData constructor
const
NomoElevationThemeData({})
Implementation
const NomoElevationThemeData({
this.backgroundColor = Colors.white,
this.shadowColor = Colors.black26,
this.elevation = 1.0,
this.animationDuration = const Duration(milliseconds: 200),
this.animationCurve = Curves.fastOutSlowIn,
});