RitoBlockPaint constructor
RitoBlockPaint({
- RitoBackgroundPaint? background,
- RitoBlockBorder? border,
- RitoBlockRadius? radius,
- required List<
RitoBoxShadow> boxShadows,
Implementation
RitoBlockPaint({
this.background,
this.border,
this.radius,
required List<RitoBoxShadow> boxShadows,
}) : boxShadows = List<RitoBoxShadow>.unmodifiable(boxShadows);