Styles constructor
      
      Styles({ 
    
    
- Color? shadowColor,
 - double? shadowOpacity,
 - String? textSkip,
 - ImageFilter? imageFilter,
 
Implementation
Styles(
    {this.shadowColor, this.shadowOpacity, this.textSkip, this.imageFilter});