LineShadowModel constructor
LineShadowModel({
- required List<
Path> shadowPaths, - required LinearGradientModel linearGradient,
- double shadowTopHeight = 0,
- double shadowBottomHeight = 0,
Implementation
LineShadowModel({
required this.shadowPaths,
required this.linearGradient,
this.shadowTopHeight = 0,
this.shadowBottomHeight = 0,
});