NUIShadowLinearView constructor

NUIShadowLinearView({
  1. Color shadowColor = NUIColors.NUIBlack,
  2. double opacity = 0.7,
  3. required double height,
  4. required double width,
  5. GradientOrientation? orientation,
})

Implementation

NUIShadowLinearView({this.shadowColor = NUIColors.NUIBlack, this.opacity = 0.7, required this.height, required this.width, this.orientation});