Styles constructor

Styles({
  1. Color? shadowColor,
  2. double? shadowOpacity,
  3. String? textSkip,
  4. ImageFilter? imageFilter,
})

Implementation

Styles(
    {this.shadowColor, this.shadowOpacity, this.textSkip, this.imageFilter});