ScreenLookAndFeel constructor

ScreenLookAndFeel({
  1. required String background,
  2. String? backgroundAttachment,
  3. String? backgroundBlendMode,
  4. String? backgroundClip,
  5. String? backgroundColor,
  6. String? backgroundImage,
  7. String? backgroundOrigin,
  8. String? backgroundPosition,
  9. String? backgroundRepeat,
  10. String? backgroundSize,
  11. ScreenLookAndFeelLayer? layer,
  12. String? gutterTop,
  13. String? gutterRight,
  14. String? gutterBottom,
  15. String? gutterLeft,
})

Implementation

ScreenLookAndFeel(
    {required this.background,
    this.backgroundAttachment,
    this.backgroundBlendMode,
    this.backgroundClip,
    this.backgroundColor,
    this.backgroundImage,
    this.backgroundOrigin,
    this.backgroundPosition,
    this.backgroundRepeat,
    this.backgroundSize,
    this.layer,
    this.gutterTop,
    this.gutterRight,
    this.gutterBottom,
    this.gutterLeft});