ScreenLookAndFeel constructor
ScreenLookAndFeel({
- required String background,
- String? backgroundAttachment,
- String? backgroundBlendMode,
- String? backgroundClip,
- String? backgroundColor,
- String? backgroundImage,
- String? backgroundOrigin,
- String? backgroundPosition,
- String? backgroundRepeat,
- String? backgroundSize,
- ScreenLookAndFeelLayer? layer,
- String? gutterTop,
- String? gutterRight,
- String? gutterBottom,
- 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});